Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

ToolBarItem Members

ToolBarItem overview

Public Instance Constructors

ToolBarItem Constructor Initializes a new instance of the ToolBarItem class.

Public Instance Properties

AutoCheck Gets or sets a value indicating whether the tool bar item automatically toggles between normal state and pushed state when clicked.
CommandArgument Gets or sets the command argument of the item.
CommandName Gets or sets the command name of the item.
CustomItem Gets or sets the template for a custom tool bar item.
CustomItemInstance Gets an instance of the custom item.
Disabled Gets or sets a value indicating whether the tool bar item is disabled.
DisabledImageUrl Gets or set the URL of the image for the item when the item is disabled.
DisabledStyle Gets or sets the style for the tool bar item in disabled state.
DownImageUrl Gets or set the URL of the image for the item when the item is pressed down.
DownStyle Gets or sets the style for the tool bar item in down state.
DropDownButtonWidth Gets or sets the width of the drop down button.
DropDownMenuID Gets or sets the ID of the drop down menu for this button.
GroupName Gets or sets a group name for this item.
HoverImageUrl Gets or set the URL of the image for the item when mouse hovers over the item.
HoverStyle Gets or sets the style for the tool bar item in hover state.
ImageUrl Gets or set the URL of the image for the item.
NormalStyle Gets or sets the style for the tool bar item in normal state.
Pushed Gets or sets a value indicating whether the tool bar item is pushed.
Text Gets or sets the text of the item.
ToolTip Gets or sets the tool tip of the item.
Type Gets or sets the type of the tool bar item.
Visible Gets or sets a value indicating whether the tool bar item is visible.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ToolBarItem Class | EO.Web Namespace


Direct link to this topic