ESRI.ArcGIS.ADF.ArcGISServer.Editor
ToolbarItemSelectedStyle Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace > EditorToolbar Class : ToolbarItemSelectedStyle Property




Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The style applied to Commands and Tools when they are selected.")>
<ResCategoryAttribute("Appearance")>
<NotifyParentPropertyAttribute(True)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<DefaultValueAttribute()>
Public ReadOnly Property ToolbarItemSelectedStyle As Style
Visual Basic (Usage)Copy Code
Dim instance As EditorToolbar
Dim value As Style
 
value = instance.ToolbarItemSelectedStyle
C# 
[ResDescriptionAttribute("The style applied to Commands and Tools when they are selected.")]
[ResCategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[DefaultValueAttribute()]
public Style ToolbarItemSelectedStyle {get;}

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.