BCGControlBar Library for .NET
AllowChange Property




Specifies if the changing of the command bar is allowed.
Syntax
'Declaration
 
Public Property AllowChange As Boolean
'Usage
 
Dim instance As ToolBarButtonParentChagingEventArgs
Dim value As Boolean
 
instance.AllowChange = value
 
value = instance.AllowChange
public bool AllowChange {get; set;}
public: __property bool get_AllowChange();
public: __property void set_AllowChange( 
   bool value
);
public:
property bool AllowChange {
   bool get();
   void set (    bool value);
}
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

ToolBarButtonParentChagingEventArgs Class
ToolBarButtonParentChagingEventArgs Members

Send Feedback