[]
Group header in a C1InputPanel control.
public class InputGroupHeader : InputComponent, IBindableComponent, IComponent, IDisposable, IInputXmlSerializable
| Name | Description |
|---|---|
| InputGroupHeader() | Initializes a new instance of InputGroupHeader. |
| Name | Description |
|---|---|
| BackColor | Gets or sets the background color for the InputGroupHeader. |
| Collapsed | Gets or sets whether the group is in collapsed state. |
| Collapsible | Gets or sets whether the group can be expanded/collapsed. |
| HotkeyPrefix | Gets or sets the type of display for hot-key prefixes in the group header text. |
| Image | Gets or sets the image associated with the InputGroupHeader. |
| 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 InputGroupHeader. |
| NotSetVerticalAlign | Gets actual vertical alignment when the VerticalAlign property is equal to NotSet. |
| Text | Gets or sets the text associated with the component. |
| TextAlign | Gets or sets how text is aligned in the InputGroupHeader. |
| Name | Description |
|---|---|
| OnBackColorChanged(EventArgs) | Raises the BackColorChanged event. |
| OnCollapsedChanged(EventArgs) | Raises the CollapsedChanged event. |
| ResetBackColor() | |
| ShouldSerializeBackColor() |
| Name | Description |
|---|---|
| BackColorChanged | Fires when the BackColor property changes. |
| CollapsedChanged | Fires when the Collapsed property changes. |