Click or drag to resize

KryptonPaletteTMSButton Properties

The KryptonPaletteTMSButton type exposes the following members.

Properties
 NameDescription
Public propertyButtonCheckedGradientBegin Gets and sets the starting color of the gradient used when the button is checked.
Public propertyButtonCheckedGradientEnd Gets and sets the ending color of the gradient used when the button is checked.
Public propertyButtonCheckedGradientMiddle Gets and sets the middle color of the gradient used when the button is checked.
Public propertyButtonCheckedHighlight Gets and sets the highlight color used when the button is checked.
Public propertyButtonCheckedHighlightBorder Gets and sets the border color to use with ButtonCheckedHighlight.
Public propertyButtonPressedBorder Gets and sets the border color to use with the ButtonPressedGradientBegin, ButtonPressedGradientMiddle, and ButtonPressedGradientEnd colors.
Public propertyButtonPressedGradientBegin Gets and sets the starting color of the gradient used when the button is pressed.
Public propertyButtonPressedGradientEnd Gets and sets the ending color of the gradient used when the button is pressed.
Public propertyButtonPressedGradientMiddle Gets and sets the middle color of the gradient used when the button is pressed.
Public propertyButtonPressedHighlight Gets and sets the solid color used when the button is pressed.
Public propertyButtonPressedHighlightBorder Gets and sets the border color to use with ButtonPressedHighlight.
Public propertyButtonSelectedBorder Gets and sets the border color to use with the ButtonSelectedGradientBegin, ButtonSelectedGradientMiddle, and ButtonSelectedGradientEnd colors.
Public propertyButtonSelectedGradientBegin Gets and sets the starting color of the gradient used when the button is selected.
Public propertyButtonSelectedGradientEnd Gets and sets the ending color of the gradient used when the button is selected.
Public propertyButtonSelectedGradientMiddle Gets and sets the middle color of the gradient used when the button is selected.
Public propertyButtonSelectedHighlight Gets and sets the solid color used when the button is selected.
Public propertyButtonSelectedHighlightBorder Gets and sets the border color to use with ButtonSelectedHighlight.
Public propertyCheckBackground Gets and sets the solid color to use when the button is checked and gradients are being used.
Public propertyCheckPressedBackground Gets and sets the solid color to use when the button is checked and selected and gradients are being used.
Public propertyCheckSelectedBackground Gets and sets the solid color to use when the button is checked and selected and gradients are being used.
Public propertyId Gets the unique identifier of the object.
(Inherited from GlobalId)
Public propertyIsDefault Gets a value indicating if all values are default.
(Overrides StorageIsDefault)
Public propertyNeedPaint Gets and sets the need paint delegate for notifying paint requests.
(Inherited from Storage)
Protected propertyNeedPaintDelegate Gets access to the need paint delegate.
(Inherited from Storage)
Public propertyOverflowButtonGradientBegin Gets and sets the starting color of the gradient used in the ToolStripOverflowButton.
Public propertyOverflowButtonGradientEnd Gets and sets the ending color of the gradient used in the ToolStripOverflowButton.
Public propertyOverflowButtonGradientMiddle Gets and sets the middle color of the gradient used in the ToolStripOverflowButton.
Top
See Also