VisColorPaletteDropDown
PPJ.Runtime.Vis.VisColorPaletteDropDown
Last updated
PPJ.Runtime.Vis.VisColorPaletteDropDown
Last updated
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.49 (4.9.0.0)
Non-editable combo-box with drop-down color palette
Default Constructor.
IList: Returns the collection of colors.
Color: Returns the selected color.
Int32: Returns/Sets the index of the selected color.
String: Disabled text property.
Adds menu to end of list.
szText
nID
Returns: SalNumber.
Clears all menus from list.
Returns: SalBoolean.
Returns the control associated with the handle.
handle
Returns: VisColorPaletteDropDown.
Retrieves the specified color from the palette.
colors
Returns: SalNumber.
Retrieves all colors from main palette region.
colors
Returns: SalNumber.
Retrieves the position of highlight.
Returns: SalNumber.
nEntry
szText
nID
Returns: SalNumber.
Retrieves all menu entries in list.
szText
nID
Returns: SalNumber.
Inserts menu entry and shifts list.
nEntry
szText
nID
Returns: SalBoolean.
Removes menu entry from list.
nEntry
Returns: SalBoolean.
Assigns color to main palette region.
nEntry
nColor
Returns: SalNumber.
Assigns all colors to main palette region.
colors
Returns: SalNumber.
Assigns the position of highlight.
nEntry
Returns: SalBoolean.
Assigns menu text and ID.
nEntry
szText
nID
Returns: SalBoolean.
Assigns all menu entries in list.
szText
nID
Returns: SalNumber.