Name | Description | |
---|---|---|
DropDownItem Constructor | Creates an instance of DropDownItem class. |
The following tables list the members exposed by DropDownItem.
Name | Description | |
---|---|---|
DropDownItem Constructor | Creates an instance of DropDownItem class. |
Name | Description | |
---|---|---|
Checked | Gets or sets a value that indicates whether the item is checked. | |
CheckOnClick | Gets or sets a value that indicates whether the item should toggle its pressed state when it is clicked. | |
Container | (Inherited from System.ComponentModel.Component) | |
DialogResult | Gets or sets the dialog-box result produced in a modal form by clicking the button. | |
Enabled | Gets or sets a value indicating whether the item can respond to user interaction. | |
Image | Gets or sets the image associated with the DropDownItem. | |
ImageAlign | Gets or sets the alignment of the image within the bounds specified by the ImageSize property. | |
ImageIndex | Gets or sets the index of the image in the ImageList. | |
ImageKey | Gets or sets the image key in the ImageList. | |
ImageScaling | Gets or sets how the image will be scaled to fit within the bounds specified by the ImageSize property. | |
ImageSize | Gets or sets the size of the image that will be displayed on the button. | |
IsDisposed | Gets a value indicating whether the component has been disposed. | |
Items | Gets the collection of child items in that is associated with this DropDownItem. | |
Site | (Inherited from System.ComponentModel.Component) | |
SplitButton | Gets the C1SplitButton that this DropDownItem belongs to. | |
Tag | Gets or sets the object that contains data about the item. | |
Text | Gets or sets the text associated with the component. | |
Visible | Gets or sets a value indicating whether the item is visible. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. Releases the resources used by the DropDownItem. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnClick | Raises the Click event. | |
OnDoubleClick | Raises the DoubleClick event. | |
OnDropDown | Raises the DropDown event. | |
OnDropDownClosed | Raises the DropDownClosed event. | |
OnGotFocus | Raises the GotFocus event. | |
OnKeyDown | Raises the KeyDown event. | |
OnKeyPress | Raises the KeyPress event. | |
OnKeyUp | Raises the KeyUp event. | |
OnLostFocus | Raises the LostFocus event. | |
ResetPressed | ||
ShouldSerializeChecked |
Name | Description | |
---|---|---|
Click | Fires when the component is clicked. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
DoubleClick | Fires when the component is double-clicked. | |
DropDown | Fires when the drop-down portion of this element is shown. | |
DropDownClosed | Indicates that the drop-down portion of this element has closed. | |
GotFocus | Fires when the component receives the focus. | |
KeyDown | Fires when a key is pressed while the component has focus. | |
KeyPress | Fires when a key is pressed while the component has focus. | |
KeyUp | Fires when a key is released while the component has focus. | |
LostFocus | Fires when the component loses the focus. |