Intersoft WebDesktop Documentation
AllowCustomize Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebToolBar Class : AllowCustomize Property


Glossary Item Box

Gets or sets a value that indicates whether a WebToolBar control is customizable.

Syntax

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;}

Remarks

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.

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

© 2012 Intersoft Solutions Corp. All Rights Reserved.