BCGControlBar Library for .NET
AltCustomizeMode Field




Specifies if the button is currently in the AltCustomizeMode. It means that the key "Alt" is pressed and the user can customize the button and its parent command bar.
Syntax
'Declaration
 
Public AltCustomizeMode As Boolean
'Usage
 
Dim instance As DrawButtonDef
Dim value As Boolean
 
value = instance.AltCustomizeMode
 
instance.AltCustomizeMode = value
public bool AltCustomizeMode
public: bool AltCustomizeMode
public:
bool AltCustomizeMode
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

DrawButtonDef Class
DrawButtonDef Members

Send Feedback