VisComboBoxBase

PPJ.Runtime.Vis.VisComboBoxBase

Namespace: PPJ.Runtime.Vis

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

Base class for all extended combo box classes in Vis.

public class VisComboBoxBase : SalComboBox

Constructors

Default Constructor.

Properties

SalNumber: Multiple Inheritance: Wrapper property.

SalNumber: Multiple Inheritance: Wrapper property.

SalNumber: Multiple Inheritance: Wrapper property.

SalNumber: Multiple Inheritance: Wrapper property.

Size: Returns or sets the size of the images associated to the items in the list box.

SalNumber: Multiple Inheritance: Wrapper property.

SalNumber: Multiple Inheritance: Wrapper property.

SalNumber: Multiple Inheritance: Wrapper property.

SalNumber: Multiple Inheritance: Wrapper property.

SalNumber: Multiple Inheritance: Wrapper property.

SalNumber: Multiple Inheritance: Wrapper property.

Int32: index of selected item or -1 if none is selected

SalString: Multiple Inheritance: Wrapper property.

Methods

Adds an item to the list and displays it in the specified color.

ParameterTypeDescription

text

color

Returns: SalNumber.

Adds an item to the list, displays it in the specified color and associates the specified value with the item.

ParameterTypeDescription

text

color

value

Returns: SalNumber.

Adds an item to the list control and displays it in the specified font.

ParameterTypeDescription

text

hFont

Returns: SalNumber.

Adds a new item with the specified font and value.

ParameterTypeDescription

text

hFont

value

Returns: SalNumber.

Adds an item to the list control and specified an image for the normal and selected state.

ParameterTypeDescription

text

picNormal

picSelect

Returns: SalNumber.

Adds an item to the list control and specified an image for the normal and selected state, and a value to associate with the item.

ParameterTypeDescription

text

picNormal

picSelect

value

Returns: SalNumber.

Collapses all descendant items.

ParameterTypeDescription

index

Returns: SalBoolean.

Deletes the child item from the tree control.

ParameterTypeDescription

index

Returns: SalNumber.

Deletes all descendants (children, grandchildren, and so on) of the specified child.

ParameterTypeDescription

index

Returns: SalNumber.

Moves an item and all descendants right in the outline by making the item become the last child of the previous sibling.

ParameterTypeDescription

index

picNormal

picSelect

Returns: SalBoolean.

Disables the specified item.

ParameterTypeDescription

index

color

Returns: SalNumber.

Moves the source item to the new location, providing support for dragging tree items.

ParameterTypeDescription

sourceIndex

target

targetIndex

dropMode

Returns: SalBoolean.

Enables the specified item.

ParameterTypeDescription

index

color

Returns: SalNumber.

Enumerates child item handles for a specified item.

ParameterTypeDescription

hItem

hItems

Returns: SalNumber.

Enumerates descendant (children, grandchildren, and so on) item handles for a specified item.

ParameterTypeDescription

hItemParent

hItems

Returns: SalNumber.

Expands an outline one level at the index specified.

ParameterTypeDescription

index

Returns: SalNumber.

Displays all descendants of an item.

ParameterTypeDescription

index

Returns: SalBoolean.

Finds the item with the specified value in the descendants of the specified node.

ParameterTypeDescription

hItem

value

Returns: SalNumber.

Frees memory for the item specified and for all its descendants.

ParameterTypeDescription

hItemChild

Returns: SalBoolean.

Frees memory for all descendants of the item specified.

ParameterTypeDescription

hItemParent

Returns: SalBoolean.

Returns the current color of the list item.

ParameterTypeDescription

index

Returns: SalNumber.

Returns the item's flags.

ParameterTypeDescription

index

Returns: SalNumber.

Returns the current font of the list control item.

ParameterTypeDescription

index

Returns: SalNumber.

Returns the index of the item at the indicated screen coordinates.

ParameterTypeDescription

xPos

yPos

Returns: SalNumber.

Retrieves the color associated with an outline item.

ParameterTypeDescription

hItem

Returns: SalNumber.

ParameterTypeDescription

item

text

value

itemFlags

Returns: SalBoolean.

Returns the items's flags.

ParameterTypeDescription

hItem

Returns: SalNumber.

Retrieves the font associated with an outline item.

ParameterTypeDescription

hItem

Returns: SalNumber.

Retrieves the item handle based on an index specified.

ParameterTypeDescription

index

Returns: SalNumber.

Retrieves the index associated with an outline item based on an item handle.

ParameterTypeDescription

hItem

Returns: SalNumber.

ParameterTypeDescription

hItem

picNormal

picSelect

Returns: SalBoolean.

Returns the text for the outline item.

ParameterTypeDescription

hItem

Returns: SalString.

Returns the value saved with the outline item.

ParameterTypeDescription

hItem

Returns: SalNumber.

Returns the indentation level of the specified item.

ParameterTypeDescription

hItem

Returns: SalNumber.

Retrieves the item handle for the next sibling of the specified item.

ParameterTypeDescription

hItem

Returns: SalNumber.

Retrieves the item handle for the parent of the specified item.

ParameterTypeDescription

hItem

Returns: SalNumber.

ParameterTypeDescription

index

picNormal

picSelect

Returns: SalNumber.

Retrieves the item handle for the previous sibling of the specified item.

ParameterTypeDescription

hItem

Returns: SalNumber.

Returns the handle for the root node.

Returns: SalNumber.

Returns the style flags for the control.

Returns: SalNumber.

ParameterTypeDescription

index

top

left

bottom

right

Returns: SalBoolean.

Inserts an item to the list control at the specified position and displays it in the specified color.

ParameterTypeDescription

index

text

color

Returns: SalNumber.

Inserts an item to the list control at the specified position, displays it in the specified color and associates the specified value to the item.

ParameterTypeDescription

index

text

color

value

Returns: SalNumber.

Adds an item to a list control at the specified index and displays it in the specified font.

ParameterTypeDescription

index

text

font

Returns: SalNumber.

Adds an item to the list control, displays it in the specified font, and associates the specified value with the item.

ParameterTypeDescription

index

text

hFont

value

Returns: SalNumber.

Inserts an item at the specified position and specifies an image for the normal and selected state.

ParameterTypeDescription

index

text

picNormal

picSelect

Returns: SalNumber.

Inserts an item at the specified position and specifies an image for the normal and selected state, and associates a value to the item.

ParameterTypeDescription

index

text

picNormal

picSelect

value

Returns: SalNumber.

Inserts an item as the last child of the specified parent.

ParameterTypeDescription

hItemParent

picNormal

picSelect

text

value

itemFlags

Returns: SalNumber.

Inserts multiple items as the last children of the specified parent item.

ParameterTypeDescription

itemParent

picNormal

picSelect

text

values

itemFlags

Returns: SalNumber.

Inserts multiple items as the last children of the specified parent item.

ParameterTypeDescription

itemParent

picNormal

picSelect

text

values

itemFlags

Returns: SalNumber.

Deserializes the entire outline tree from the specified string.

ParameterTypeDescription

blob

Returns: SalNumber.

Loads the serialized outline structure from the file and creates the new items as children of the specified node.

ParameterTypeDescription

fileName

picParentNormal

picParentSelect

picChildNormal

picChildSelect

Returns: SalNumber.

Loads a new tree node as a sibling of the specified item.

ParameterTypeDescription

hItemBefore

picNormal

picSelect

text

value

itemFlags

Returns: SalNumber.

Moves the specified item down one position in the tree.

ParameterTypeDescription

index

Returns: SalBoolean.

Moves an item and its descendants up in the list.

ParameterTypeDescription

index

Returns: SalBoolean.

Moves an item and its descendants left in the outline by making it the last sibling of the parent item.

ParameterTypeDescription

index

picNormal

picSelect

Returns: SalBoolean.

ParameterTypeDescription

blob

Returns: SalNumber.

Sets the color of a list item.

ParameterTypeDescription

index

color

Returns: SalNumber.

Sets the item's flags.

ParameterTypeDescription

index

flags

state

Returns: SalBoolean.

Sets the font of the list control item.

ParameterTypeDescription

index

hFont

Returns: SalNumber.

Gets or sets the distance to indent each of the child tree node levels.

ParameterTypeDescription

width

Returns: SalBoolean.

Sets the color of the outline item.

ParameterTypeDescription

hItem

color

Returns: SalBoolean.

Updates the specified item.

ParameterTypeDescription

hItem

text

value

itemFlags

Returns: SalNumber.

Sets the item's flags.

ParameterTypeDescription

hItem

flags

state

Returns: SalBoolean.

Sets the font of the outline item.

ParameterTypeDescription

hItem

hFont

Returns: SalBoolean.

Assigns new bitmaps to the specified item.

ParameterTypeDescription

hItem

picNormal

picSelect

Returns: SalBoolean.

Sets the text of the outline item.

ParameterTypeDescription

hItem

text

Returns: SalBoolean.

Sets the value associated to the outline item.

ParameterTypeDescription

hItem

value

Returns: SalBoolean.

Enables or disables drawing.

ParameterTypeDescription

state

Returns: SalBoolean.

Changes the normal and selected images for the specified item.

ParameterTypeDescription

index

picNormal

picSelect

Returns: SalNumber.

Sets the style flags for the control.

ParameterTypeDescription

style

Returns: SalBoolean.

Expands list items up to the specified level.

ParameterTypeDescription

level

Returns: SalBoolean.

Inherited By

NameDescription

Extended ComboBox, supports colored items.

Extended ComboBox, supported different fonts for the items.

Extended ComboBox, lists the names of all the installed fonts.

Combo box with pictures.

Implements

Last updated