ESRI.ArcGIS.ADF.Web.UI.WebControls
ToolbarItemDisabledStyle Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ToolbarBase Class : ToolbarItemDisabledStyle Property




The style applied to Commands and Tools when they are disabled.

Syntax

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

Remarks

While Web controls typically have a Style property that defines the appearance of the control, the toolbar uses multiple style properties. These properties will apply depending on the current state of the tool or command:

Each of these styles accepts a standard Style, with its normal properties for font, fore-color, back-color, width, etc. Keep in mind that the settings apply to the entire toolbar, not to individual tools or commands (though only one tool or command may be hovered over or selected at a given time).

If you use a Font Size of XX-Large, your font size will be smaller on Netscape Navigator than it appears at design time.

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.