Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.UIControls.v4.4 Assembly / Xceed.Chart.UIControls Namespace / CommandBar Class / AllowCustomize Property


AllowCustomize Property
Specifies whether the user can customize the command bar at run-time
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
<CategoryAttribute("Xceed CommandBar")>
<DescriptionAttribute("Gets or sets a value whether run-time customizing of the command bar is allowed.")>
Public Property AllowCustomize As Boolean
 
'Usage
 
Dim instance As CommandBar
Dim value As Boolean
 
instance.AllowCustomize = value
 
value = instance.AllowCustomize
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