UltimateEditor Class Library

ToolbarItem Members

ToolbarItem overview

Public Instance Constructors

ToolbarItem Constructor Initializes a new instance of the ToolbarItem class.

Public Instance Properties

AutoPopulateItems Gets or sets a value that indicates whether the dropdown items are automatically populated on the client machine.
ButtonPath Gets or sets the button image path.
ButtonTitle Gets or sets the button title.
Command Gets or sets the command.
DropDown Gets or sets the dropdown.
Enabled Gets or sets a value that indicates whether the toolbar item is enabled.
ID Gets or sets the ID of a toolbar item.
OnAfterChange Gets or sets the client-side code to execute after the specified command when the user changes the dropdown selection.
OnAfterClick Gets or sets the client-side code to execute after the specified command when the user clicks the button.
OnBeforeChange Gets or sets the client-side code to execute before the specified command when the user changes the dropdown selection.
OnBeforeClick Gets or sets the client-side code to execute before the specified command when the user clicks the button.
PostBackValue Gets or sets the postback value to return to server when the user clicks the button or changes the dropdown selection based on the type of the toolbar item.
Selected Gets or sets a value that indicates whether the toolbar item is selected.
SelectedValue Gets or sets the selected value.
Type Gets or sets the item type.
Visible Gets or sets a value that indicates whether the toolbar 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, 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.

See Also

ToolbarItem Class | Karamasoft.WebControls.UltimateEditor Namespace