VisColorPaletteBase
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.49 (4.9.0.0)
base class for VisColorPalette
- C#
- VB.NET
public class VisColorPaletteBase : SalUserControl
Public Class VisColorPaletteBase
Inherits SalUserControl
Constructors
VisColorPaletteBase()
Default constructor.
Properties
Buttons
PaletteButtonCollection: Returns the collection of colors.
Colors
ColorCollection: Returns the collection of colors.
PreferredSize
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.
SelectedColor
Color: Returns the selected color.
SelectedIndex
Int32: Returns/Sets the currently selected color index. (Default: 0)
Events
ButtonClicked
EventHandler palette button click event
SelectedIndexChanged
EventHandler selection change event
Inherited By
| Name | Description |
|---|---|
| VisColorPalette | Stand-alone color palette |
Implements
| Name | Description |
|---|---|
| ISalWindow |