ESRI.ArcGIS.ADF.Web.UI.WebControls
ToolbarStyle Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ToolbarBase Class : ToolbarStyle Property




The style of the toolbar: whether it displays both text and image for a command or tool, or only one of the two.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The style of the toolbar: whether it displays both text and image for a command or tool, or only one of the two.")>
<ResCategoryAttribute("Appearance")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property ToolbarStyle As ToolbarStyle
Visual Basic (Usage)Copy Code
Dim instance As ToolbarBase
Dim value As ToolbarStyle
 
instance.ToolbarStyle = value
 
value = instance.ToolbarStyle
C# 
[ResDescriptionAttribute("The style of the toolbar: whether it displays both text and image for a command or tool, or only one of the two.")]
[ResCategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public ToolbarStyle ToolbarStyle {get; set;}

Remarks

This property determines whether the toolbar displays for each tool and command an image, a text string, or both. Valid values are ImageAndText, ImageOnly, and TextOnly. If ImageOnly is selected, then each tool and command should have a set of images set for default, selected and hover states. If TextOnly is selected, then each tool and command should have a text string set to display.

See Also

© 2010 All Rights Reserved.