Click or drag to resize

ButtonSpec Properties

The ButtonSpec type exposes the following members.

Properties
 NameDescription
Public propertyAllowInheritExtraText Gets and sets if the button extra text be inherited if defined as empty.
Public propertyAllowInheritImage Gets and sets if the button image be inherited if defined as null.
Public propertyAllowInheritText Gets and sets if the button text be inherited if defined as empty.
Public propertyAllowInheritToolTipTitle Gets and sets if the button tooltip title be inherited if defined as empty.
Protected propertyCanRaiseEventsGets a value indicating whether the component can raise an event.
(Inherited from Component)
Public propertyColorMap Gets and sets image color to remap to container foreground.
Public propertyContainerGets the IContainer that contains the Component.
(Inherited from Component)
Public propertyContextMenuStrip Gets and sets the context menu strip for the button.
Protected propertyDesignModeGets a value that indicates whether the Component is currently in design mode.
(Inherited from Component)
Public propertyEdge Gets and sets the header edge to display the button against.
Protected propertyEventsGets the list of event handlers that are attached to this Component.
(Inherited from Component)
Public propertyExtraText Gets and sets the button extra text.
Public propertyImage Gets and sets the button image.
Public propertyImageStates Gets access to the state specific images for the button.
Public propertyImageTransparentColor Gets and sets the button image.
Public propertyIsDefault Gets a value indicating if all values are default.
Public propertyKryptonCommand Gets and sets the associated KryptonCommand.
Public propertyKryptonContextMenu Gets and sets the krypton context menu for the button.
Public propertyOrientation Gets and sets the button orientation.
Public propertyOwner Gets and sets user-defined data associated with the object.
Protected propertyProtectedType Gets and sets the actual type of the button.
Public propertySiteGets or sets the ISite of the Component.
(Inherited from Component)
Public propertyStyle Gets and sets the button style.
Public propertyTag Gets and sets user-defined data associated with the object.
Public propertyText Gets and sets the button text.
Public propertyToolTipBody Gets and sets the button body tooltip text.
Public propertyToolTipImage Gets and sets the button tooltip image.
Public propertyToolTipImageTransparentColor Gets and sets the tooltip image transparent color.
Public propertyToolTipStyle Gets and sets the tooltip label style.
Public propertyToolTipTitle Gets and sets the button title tooltip text.
Public propertyUniqueName Gets and sets the unique name of the ButtonSpec.
Top
See Also