VisColorPaletteDropDown

PPJ.Runtime.Vis.VisColorPaletteDropDown

Namespace: PPJ.Runtime.Vis

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

Non-editable combo-box with drop-down color palette

public class VisColorPaletteDropDown : VisDropDownBase

Constructors

Default Constructor.

Properties

IList: Returns the collection of colors.

Color: Returns the selected color.

Int32: Returns/Sets the index of the selected color.

String: Disabled text property.

Methods

Adds menu to end of list.

ParameterTypeDescription

szText

nID

Returns: SalNumber.

Clears all menus from list.

Returns: SalBoolean.

Returns the control associated with the handle.

ParameterTypeDescription

handle

Returns: VisColorPaletteDropDown.

Retrieves the specified color from the palette.

ParameterTypeDescription

colors

Returns: SalNumber.

Retrieves all colors from main palette region.

ParameterTypeDescription

colors

Returns: SalNumber.

Retrieves the position of highlight.

Returns: SalNumber.

ParameterTypeDescription

nEntry

szText

nID

Returns: SalNumber.

Retrieves all menu entries in list.

ParameterTypeDescription

szText

nID

Returns: SalNumber.

Inserts menu entry and shifts list.

ParameterTypeDescription

nEntry

szText

nID

Returns: SalBoolean.

Removes menu entry from list.

ParameterTypeDescription

nEntry

Returns: SalBoolean.

Assigns color to main palette region.

ParameterTypeDescription

nEntry

nColor

Returns: SalNumber.

Assigns all colors to main palette region.

ParameterTypeDescription

colors

Returns: SalNumber.

Assigns the position of highlight.

ParameterTypeDescription

nEntry

Returns: SalBoolean.

Assigns menu text and ID.

ParameterTypeDescription

nEntry

szText

nID

Returns: SalBoolean.

Assigns all menu entries in list.

ParameterTypeDescription

szText

nID

Returns: SalNumber.

Implements

Last updated