Skip to main content

VisColorPaletteBase

Namespace: PPJ.Runtime.Vis

Assembly: PPJ.Runtime.Vis.49 (4.9.0.0)

base class for VisColorPalette

public class VisColorPaletteBase : SalUserControl

Constructors

Instance memberVisColorPaletteBase()

Default constructor.

Properties

Instance memberButtons

PaletteButtonCollection: Returns the collection of colors.

Instance memberColors

ColorCollection: Returns the collection of colors.

Instance memberPreferredSize

Size: Returns the preferred size for the control. This is the dimensions that are needed to fit all the colors and all the buttons organized in rows of 8 color blocks.

Instance memberSelectedColor

Color: Returns the selected color.

Instance memberSelectedIndex

Int32: Returns/Sets the currently selected color index. (Default: 0)

Events

Instance memberButtonClicked

EventHandler palette button click event

Instance memberSelectedIndexChanged

EventHandler selection change event

Inherited By

NameDescription
VisColorPaletteStand-alone color palette

Implements

NameDescription
ISalWindow