The C1ToolBar type exposes the following members.

Constructors

  NameDescription
Public methodC1ToolBar

Methods

  NameDescription
Public methodAddCssClass (Inherited from Control.)
Public methodAddItemElement
Public methodBeginUpdate (Inherited from Component.)
Public methodDispose (Overrides ComponentDispose()()()().)
Public methodEndUpdate (Inherited from Component.)
Public methodFindItemByName
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize (Overrides ComponentInitialize()()()().)
Public methodRemoveCssClass (Inherited from Control.)
Public methodRemoveItemElement
Public methodToggleCssClass (Inherited from Control.)
Public methodToLocaleString (Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUnSelectedAllItems
unselect all toolbar items.
Public methodUpdateSize

Properties

  NameDescription
Public propertyAccessKey
Gets or sets the access key that allows you to quickly navigate to the Web server control.
Public propertyAllowDrag
Public propertyAllowMultipleSelectInControl
If false, only a single item can be selected in the all of the groups in the control.
Public propertyAutoPostBack
Sets or retrieves a value that indicates whether or not the control posts back to the server each time a user interacts with the control.
Public propertyControlElement
Public propertyDisplayVisible
Gets or Sets whether C1Toolbar is visible.
Public propertyDock
Public propertyDockMode
Public propertyDragDrop
Protected propertyElement (Inherited from Control.)
Public propertyEnabled
Gets or sets if toolbar is Enabled.
Public propertyHeight
Public propertyID (Inherited from Component.)
Public propertyInnerOrientation
Public propertyItems
Public propertyOrientation
Public propertyParent (Inherited from Control.)
Public propertyScrollBehavior
Gets associated ScrollBehavior.
Public propertySelectedItemsCount
The count of selected items.
Public propertySelectionMode
Gets or sets the mode of selection for the items in the control.None/One/MultiSelect
Public propertyVisibilityMode (Inherited from Control.)
Public propertyVisible (Inherited from Control.)
Public propertyVisualStyle
VisualStyle.
(Overrides C1ThemeableControlBaseVisualStyle()()()().)
Public propertyWidth
Public propertyWindowCollisionDetection
Determines whether or not toolbar dropdown list position will be adjusted to fit in window bounds.

Events

  NameDescription
Public eventDisposing (Inherited from Component.)
Public eventDockControlPropertyChanged
Public eventDropDownClose
dropdown list close event.
Public eventDropDownOpen
dropdown list open event.
Public eventItemBlur
Item Blur event.
Public eventItemCheck
Public eventItemClick
Item Click event.
Public eventItemFocus
Item Focus event.
Public eventItemMouseDown
Item Mouse Down event.
Public eventItemMouseOut
Item Mouse Out event.
Public eventItemMouseOver
Item Mouse Over event.
Public eventItemMouseUp
Item Mouse Up event.
Public eventItemSelect
Item Click event.
Public eventPropertyChanged (Inherited from Component.)
Public eventScrollBehaviorInit
Public eventToolBarPropertyChanged

See Also