BCGControlBar Library for .NET
AlwaysSelectOnMouseUp Property (CommandBar)




Syntax
'Declaration
 
Public Overrides ReadOnly Property AlwaysSelectOnMouseUp As Boolean
'Usage
 
Dim instance As CommandBar
Dim value As Boolean
 
value = instance.AlwaysSelectOnMouseUp
public override bool AlwaysSelectOnMouseUp {get;}
public: __property bool get_AlwaysSelectOnMouseUp() override;
public:
property bool AlwaysSelectOnMouseUp {
   bool get() override;
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CommandBar Class
CommandBar Members
Base Implementation in AlwaysSelectOnMouseUp

Send Feedback