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 ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarStyle |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EditorToolbar
Dim value As ESRI.ArcGIS.ADF.Web.UI.WebControls.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 ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarStyle ToolbarStyle {get; set;} |
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