ViewDrawButton Constructor (IPaletteTriple, IPaletteTriple, IPaletteTriple, IPaletteTriple, IPaletteTriple, IPaletteTriple, IPaletteTriple, IPaletteMetric, IContentValues, VisualOrientation, Boolean) |
Initialize a new instance of the ViewDrawButton class.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public ViewDrawButton(
IPaletteTriple paletteDisabled,
IPaletteTriple paletteNormal,
IPaletteTriple paletteTracking,
IPaletteTriple palettePressed,
IPaletteTriple paletteCheckedNormal,
IPaletteTriple paletteCheckedTracking,
IPaletteTriple paletteCheckedPressed,
IPaletteMetric paletteMetric,
IContentValues buttonValues,
VisualOrientation orientation,
bool useMnemonic
)
Parameters
- paletteDisabled
- Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for the disabled state. - paletteNormal
- Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for the normal state. - paletteTracking
- Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for the tracking state. - palettePressed
- Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for the pressed state. - paletteCheckedNormal
- Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for the normal checked state. - paletteCheckedTracking
- Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for the tracking checked state. - paletteCheckedPressed
- Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for the pressed checked state. - paletteMetric
- Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteMetric
Palette source for metric values. - buttonValues
- Type: Internal.ComponentFactory.Krypton.ToolkitIContentValues
Source for content values. - orientation
- Type: Internal.ComponentFactory.Krypton.ToolkitVisualOrientation
Visual orientation of the content. - useMnemonic
- Type: SystemBoolean
Use mnemonics.
See Also