KryptonPaletteTMSButton Class |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public class KryptonPaletteTMSButton : KryptonPaletteTMSBase
The KryptonPaletteTMSButton type exposes the following members.
Name | Description | |
---|---|---|
ButtonCheckedGradientBegin |
Gets and sets the starting color of the gradient used when the button is checked.
| |
ButtonCheckedGradientEnd |
Gets and sets the ending color of the gradient used when the button is checked.
| |
ButtonCheckedGradientMiddle |
Gets and sets the middle color of the gradient used when the button is checked.
| |
ButtonCheckedHighlight |
Gets and sets the highlight color used when the button is checked.
| |
ButtonCheckedHighlightBorder |
Gets and sets the border color to use with ButtonCheckedHighlight.
| |
ButtonPressedBorder |
Gets and sets the border color to use with the ButtonPressedGradientBegin, ButtonPressedGradientMiddle, and ButtonPressedGradientEnd colors.
| |
ButtonPressedGradientBegin |
Gets and sets the starting color of the gradient used when the button is pressed.
| |
ButtonPressedGradientEnd |
Gets and sets the ending color of the gradient used when the button is pressed.
| |
ButtonPressedGradientMiddle |
Gets and sets the middle color of the gradient used when the button is pressed.
| |
ButtonPressedHighlight |
Gets and sets the solid color used when the button is pressed.
| |
ButtonPressedHighlightBorder |
Gets and sets the border color to use with ButtonPressedHighlight.
| |
ButtonSelectedBorder |
Gets and sets the border color to use with the ButtonSelectedGradientBegin, ButtonSelectedGradientMiddle, and ButtonSelectedGradientEnd colors.
| |
ButtonSelectedGradientBegin |
Gets and sets the starting color of the gradient used when the button is selected.
| |
ButtonSelectedGradientEnd |
Gets and sets the ending color of the gradient used when the button is selected.
| |
ButtonSelectedGradientMiddle |
Gets and sets the middle color of the gradient used when the button is selected.
| |
ButtonSelectedHighlight |
Gets and sets the solid color used when the button is selected.
| |
ButtonSelectedHighlightBorder |
Gets and sets the border color to use with ButtonSelectedHighlight.
| |
CheckBackground |
Gets and sets the solid color to use when the button is checked and gradients are being used.
| |
CheckPressedBackground |
Gets and sets the solid color to use when the button is checked and selected and gradients are being used.
| |
CheckSelectedBackground |
Gets and sets the solid color to use when the button is checked and selected and gradients are being used.
| |
Id |
Gets the unique identifier of the object.
(Inherited from GlobalId.) | |
IsDefault |
Gets a value indicating if all values are default.
(Overrides StorageIsDefault.) | |
NeedPaint |
Gets and sets the need paint delegate for notifying paint requests.
(Inherited from Storage.) | |
NeedPaintDelegate |
Gets access to the need paint delegate.
(Inherited from Storage.) | |
OverflowButtonGradientBegin |
Gets and sets the starting color of the gradient used in the ToolStripOverflowButton.
| |
OverflowButtonGradientEnd |
Gets and sets the ending color of the gradient used in the ToolStripOverflowButton.
| |
OverflowButtonGradientMiddle |
Gets and sets the middle color of the gradient used in the ToolStripOverflowButton.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnNeedPaint |
Raises the NeedPaint event.
(Inherited from Storage.) | |
PerformNeedPaint |
Fires the NeedPaint event.
(Inherited from Storage.) | |
PerformNeedPaint(Boolean) |
Fires the NeedPaint event.
(Inherited from Storage.) | |
PopulateFromBase |
Populate values from the base palette.
| |
ResetButtonCheckedGradientBegin |
Resets the ButtonCheckedGradientBegin property to its default value.
| |
ResetButtonCheckedGradientEnd |
Resets the ButtonCheckedGradientEnd property to its default value.
| |
ResetButtonCheckedGradientMiddle |
Resets the ButtonCheckedGradientMiddle property to its default value.
| |
ResetButtonCheckedHighlight |
Resets the ButtonCheckedHighlight property to its default value.
| |
ResetButtonCheckedHighlightBorder |
Resets the ButtonCheckedHighlightBorder property to its default value.
| |
ResetButtonPressedBorder |
Resets the ButtonPressedBorder property to its default value.
| |
ResetButtonPressedGradientBegin |
Resets the ButtonPressedGradientBegin property to its default value.
| |
ResetButtonPressedGradientEnd |
Resets the ButtonPressedGradientEnd property to its default value.
| |
ResetButtonPressedGradientMiddle |
Resets the ButtonPressedGradientMiddle property to its default value.
| |
ResetButtonPressedHighlight |
Resets the ButtonPressedHighlight property to its default value.
| |
ResetButtonPressedHighlightBorder |
Resets the ButtonPressedHighlightBorder property to its default value.
| |
ResetButtonSelectedBorder |
Resets the ButtonSelectedBorder property to its default value.
| |
ResetButtonSelectedGradientBegin |
Resets the ButtonSelectedGradientBegin property to its default value.
| |
ResetButtonSelectedGradientEnd |
Resets the ButtonSelectedGradientEnd property to its default value.
| |
ResetButtonSelectedGradientMiddle |
Resets the ButtonSelectedGradientMiddle property to its default value.
| |
ResetButtonSelectedHighlight |
Resets the ButtonSelectedHighlight property to its default value.
| |
ResetButtonSelectedHighlightBorder |
Resets the ButtonSelectedHighlightBorder property to its default value.
| |
ResetCheckBackground |
esets the CheckBackground property to its default value.
| |
ResetCheckPressedBackground |
esets the CheckPressedBackground property to its default value.
| |
ResetCheckSelectedBackground |
esets the CheckSelectedBackground property to its default value.
| |
ResetOverflowButtonGradientBegin |
esets the OverflowButtonGradientBegin property to its default value.
| |
ResetOverflowButtonGradientEnd |
esets the OverflowButtonGradientEnd property to its default value.
| |
ResetOverflowButtonGradientMiddle |
esets the OverflowButtonGradientMiddle property to its default value.
| |
ToString |
Returns a string that represents the current defaulted state.
(Inherited from Storage.) |
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |