Button |
The ButtonSpec type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowInheritExtraText | Gets and sets if the button extra text be inherited if defined as empty. | |
| AllowInheritImage | Gets and sets if the button image be inherited if defined as null. | |
| AllowInheritText | Gets and sets if the button text be inherited if defined as empty. | |
| AllowInheritToolTipTitle | Gets and sets if the button tooltip title be inherited if defined as empty. | |
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component) | |
| ColorMap | Gets and sets image color to remap to container foreground. | |
| Container | Gets the IContainer that contains the Component. (Inherited from Component) | |
| ContextMenuStrip | Gets and sets the context menu strip for the button. | |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component) | |
| Edge | Gets and sets the header edge to display the button against. | |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component) | |
| ExtraText | Gets and sets the button extra text. | |
| Image | Gets and sets the button image. | |
| ImageStates | Gets access to the state specific images for the button. | |
| ImageTransparentColor | Gets and sets the button image. | |
| IsDefault | Gets a value indicating if all values are default. | |
| KryptonCommand | Gets and sets the associated KryptonCommand. | |
| KryptonContextMenu | Gets and sets the krypton context menu for the button. | |
| Orientation | Gets and sets the button orientation. | |
| Owner | Gets and sets user-defined data associated with the object. | |
| ProtectedType | Gets and sets the actual type of the button. | |
| Site | Gets or sets the ISite of the Component. (Inherited from Component) | |
| Style | Gets and sets the button style. | |
| Tag | Gets and sets user-defined data associated with the object. | |
| Text | Gets and sets the button text. | |
| ToolTipBody | Gets and sets the button body tooltip text. | |
| ToolTipImage | Gets and sets the button tooltip image. | |
| ToolTipImageTransparentColor | Gets and sets the tooltip image transparent color. | |
| ToolTipStyle | Gets and sets the tooltip label style. | |
| ToolTipTitle | Gets and sets the button title tooltip text. | |
| UniqueName | Gets and sets the unique name of the ButtonSpec. |