[]
Represents a menu element in a C1InputPanel control.
public class InputMenu : InputDropDown, IBindableComponent, IComponent, IDisposable, IInputXmlSerializable
| Name | Description |
|---|---|
| InputMenu() | Initializes a new instance of InputMenu. |
| Name | Description |
|---|---|
| AutoEllipsis | Enables the automatic handling of text that extends beyond the width of the component. |
| GripHandleVisible | Gets or sets a value indicating whether the drop-down can be resized. |
| Image | Gets or sets the image associated with the InputMenu. |
| 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 menu button. |
| Items | Gets the collection of items in this InputMenu. |
| MaxDropDownItems | Gets or sets the maximum number of items to display in the drop-down list. |
| NoHideOnItemClick | Gets or sets a value indicating if the menu should not be closed when the user clicks some item. |
| Text | Gets or sets the text associated with the component. |
| Name | Description |
|---|---|
| ShouldSerializeItems() |