Xceed Chart for WinForms v4.4 Documentation
AllowCustomize Property


Xceed.Chart.UIControls.v4.4 Assembly > Xceed.Chart.UIControls Namespace > CommandBar Class : AllowCustomize Property
Specifies whether the user can customize the command bar at run-time
Syntax
'Declaration
 
<DescriptionAttribute("Gets or sets a value whether run-time customizing of the command bar is allowed.")>
<DefaultValueAttribute()>
<CategoryAttribute("Xceed CommandBar")>
Public Property AllowCustomize As Boolean
'Usage
 
Dim instance As CommandBar
Dim value As Boolean
 
instance.AllowCustomize = value
 
value = instance.AllowCustomize
[Description("Gets or sets a value whether run-time customizing of the command bar is allowed.")]
[DefaultValue()]
[Category("Xceed CommandBar")]
public bool AllowCustomize {get; set;}
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