Click or drag to resize
KaxToolBarDropDown Class
Represents a dropdown in the KaxToolBar class.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      Kettic.AspNet.ControlsControlItem
        Kettic.AspNet.ControlsKaxToolBarItem
          Kettic.AspNet.ControlsKaxToolBarDropDown

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxToolBarDropDown : KaxToolBarItem, 
	IKaxToolBarButtonContainer, IKaxToolBarItemContainer, IControlItemContainer

The KaxToolBarDropDown type exposes the following members.

Constructors
  NameDescription
Public methodCode exampleKaxToolBarDropDown
Initializes a new instance of the KaxToolBarDropDown class.
Public methodCode exampleKaxToolBarDropDown(String)
Initializes a new instance of the KaxToolBarDropDown class with the specified text data.
Top
Properties
  NameDescription
Public propertyCode exampleButtons
Gets a KaxToolBarButtonCollection object that contains the child buttons of the dropdown.
Public propertyDropDownHeight
Gets or sets the height of the dropdown in pixels.
Public propertyDropDownWidth
Gets or sets the width of the dropdown in pixels.
Public propertyCode exampleExpandDirection
Gets or sets the expand direction of the drop down.
Public propertyValue (Overrides ControlItemValue.)
Top
See Also