VisColorPaletteBase

PPJ.Runtime.Vis.VisColorPaletteBase

Namespace: PPJ.Runtime.Vis

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

base class for VisColorPalette

public class VisColorPaletteBase : SalUserControl

Constructors

VisColorPaletteBase()

Default constructor.

Properties

Buttons

PaletteButtonCollection: Returns the collection of colors.

Colors

ColorCollection: Returns the collection of colors.

PreferredSize

Sizearrow-up-right: 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.

SelectedColor

Colorarrow-up-right: Returns the selected color.

SelectedIndex

Int32arrow-up-right: Returns/Sets the currently selected color index. (Default: 0)

Events

ButtonClicked

EventHandlerarrow-up-right palette button click event

SelectedIndexChanged

EventHandlerarrow-up-right selection change event

Inherited By

Name
Description

Stand-alone color palette

Implements

Name
Description

Last updated