ESRI.ArcGIS.ADF.Web.UI.WebControls
ToolbarStyle Property
See Also  Send Feedback
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) 
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("The style of the toolbar: whether it displays both text and image for a command or tool, or only one of the two.")>
<DefaultValueAttribute()>
<ResCategoryAttribute("Appearance")>
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# 
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("The style of the toolbar: whether it displays both text and image for a command or tool, or only one of the two.")]
[DefaultValueAttribute()]
[ResCategoryAttribute("Appearance")]
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.