| Visual Basic (Declaration) | |
|---|---|
Public Property AllowCustomize As AllowCustomize | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebToolBar Dim value As AllowCustomize instance.AllowCustomize = value value = instance.AllowCustomize | |
| C# | |
|---|---|
public AllowCustomize AllowCustomize {get; set;} | |
Using this property you can implement a Customization DialogBox. Customization DialogBox is a feature which allows the user to configure the WebToolBar(s) settings at run-time. One of the benefits having this feature is the customized WebToolBar, where the users can modify it to their own requirement, which later on the structure can be saved to xml.
To enable WebToolBar's Customization, you need to set this property to True. For more information regarding WebToolBar's Customization please refer to Using Customization Dialog Box.
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