VisListBoxExtension
PPJ.Runtime.Vis.VisListBoxExtension
Last updated
PPJ.Runtime.Vis.VisListBoxExtension
Last updated
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Web.Vis.49 (4.9.0.0)
Common listbox extension class
Multiple Inheritance Constructor
derived
hFont
hItem
hPicNormal
hPicSelect
nColor
nFlags
nIdx
nIndex
nItemFlags
nLevel
nStyle
nValue
sText
Adds an item to the list and displays it in the specified color.
sText
nColor
Returns: SalNumber.
Adds an item to the list, displays it in the specified color and associates the specified value with the item.
sText
nColor
nValue
Returns: SalNumber.
Adds an item to the list control and displays it in the specified font.
sText
hFont
Returns: SalNumber.
Adds a new item with the specified font and value.
sText
hFont
nValue
Returns: SalNumber.
Adds an item to the list control and specified an image for the normal and selected state.
sText
hPicNormal
hPicSelected
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.
sText
hPicNormal
hPicSelected
nValue
Returns: SalNumber.
Collapses all descendant items.
nIndex
Returns: SalBoolean.
Deletes the child item from the tree control.
nIndex
Returns: SalNumber.
Deletes all descendants (children, grandchildren, and so on) of the specified child.
nIndex
Returns: SalNumber.
Moves an item and all descendants right in the outline by making the item become the last child of the previous sibling. If the new parent node was not already a parent, the images are also updated. Otherwise the images are ignored.
nIndex
hPicNormal
hPicSelected
Returns: SalBoolean.
Disables the specified item.
nIndex
nColor
Returns: SalNumber.
Moves the source item to the new location, providing support for dragging tree items.
nSourceIndex
target
nTargetIndex
nDropMode
Returns: SalBoolean.
Enables the specified item.
nIndex
nColor
Returns: SalNumber.
Enumerates child item handles for a specified item.
hItem
hItems
Returns: SalNumber.
Enumerates descendant (children, grandchildren, and so on) item handles for a specified item.
hItem
hItems
Returns: SalNumber.
Expands an outline one level at the index specified.
nIndex
Returns: SalBoolean.
Displays all descendants of an item.
nIndex
Returns: SalBoolean.
Finds the item with the specified value in the descendants of the specified node.
hItem
nValue
Returns: SalNumber.
Frees memory for the item specified and for all its descendants.
hItem
Returns: SalBoolean.
Frees memory for all descendants of the item specified.
hItem
Returns: SalBoolean.
Fully qualified expressions operator.
hWnd
Returns: VisListBoxExtension.
Returns the instance of VisListBoxExtension from the item handle.
handle
Returns: VisListBoxExtension.
Returns the current color of the list item.
nIndex
Returns: SalNumber.
Returns the item's flags.
nIndex
Returns: SalNumber.
Returns the current font of the list control item.
nIndex
Returns: SalNumber.
Retrieves the color associated with an outline item.
hItem
Returns: SalNumber.
hItem
sText
nValue
nItemFlags
Returns: SalBoolean.
Returns the items's flags.
hItem
Returns: SalNumber.
Retrieves the font associated with an outline item.
hItem
Returns: SalNumber.
Retrieves the item handle based on an index specified.
nIndex
Returns: SalNumber.
Retrieves the index associated with an outline item based on an item handle.
hItem
Returns: SalNumber.
hItem
hPicNormal
hPicSelected
Returns: SalBoolean.
Returns the text for the outline item.
hItem
Returns: SalString.
Returns the value saved with the outline item.
hItem
Returns: SalNumber.
Returns the indentation level of the specified item.
hItem
Returns: SalNumber.
Retrieves the item handle for the next sibling of the specified item.
hItem
Returns: SalNumber.
Retrieves the item handle for the parent of the specified item.
hItem
Returns: SalNumber.
nIndex
hPicNormal
hPicSelected
Returns: SalNumber.
Retrieves the item handle for the previous sibling of the specified item.
hItem
Returns: SalNumber.
Returns the handle for the root node.
Returns: SalNumber.
Returns the style flags for the control.
Returns: SalNumber.
Inserts an item to the list control at the specified position and displays it in the specified color.
nIndex
sText
nColor
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.
nIndex
sText
nColor
nValue
Returns: SalNumber.
Adds an item to a list control at the specified index and displays it in the specified font.
nIndex
sText
hFont
Returns: SalNumber.
Adds an item to the list control, displays it in the specified font, and associates the specified value with the item.
nIndex
sText
hFont
nValue
Returns: SalNumber.
Inserts an item at the specified position and specifies an image for the normal and selected state.
nIndex
sText
hPicNormal
hPicSelected
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.
nIndex
sText
hPicNormal
hPicSelected
nValue
Returns: SalNumber.
Inserts an item as the last child of the specified parent.
hItem
hPicNormal
hPicSelected
sText
nValue
nItemFlags
Returns: SalNumber.
Inserts multiple items as the last children of the specified parent item.
hItem
hPicNormal
hPicSelect
sTexts
nValues
nItemFlags
Returns: SalNumber.
Deserializes the entire outline tree from the specified XML string.
xml
Returns: SalNumber.
Loads the serialized outline structure from the file and creates the new items as children of the specified node.
sFileName
hPicParentNormal
hPicParentSelect
hPicChildNormal
hPicChildSelect
Returns: SalNumber.
Loads a new tree node as a sibling of the specified item.
hItemBefore
hPicNormal
hPicSelected
sText
nValue
nItemFlags
Returns: SalNumber.
Moves the specified item down one position in the tree.
nIndex
Returns: SalBoolean.
Moves an item and its descendants up in the list.
nIndex
Returns: SalBoolean.
Moves an item and its descendants left in the outline by making it the last sibling of the parent item. If the node was the only child, the images of the previous parent node are also updated, otherwise the images are ignored.
nIndex
hPicNormal
hPicSelected
Returns: SalBoolean.
xml
Returns: SalNumber.
Sets the color of a list item.
nIndex
nColor
Returns: SalBoolean.
Sets the item's flags.
nIndex
nFlags
bState
Returns: SalBoolean.
Sets the font of the list control item.
nIndex
hFont
Returns: SalBoolean.
Sets the color of the outline item.
hItem
nColor
Returns: SalBoolean.
Updates the specified item.
hItem
sText
nValue
nItemFlags
Returns: SalNumber.
Sets the item's flags.
hItem
nFlags
bState
Returns: SalBoolean.
Sets the font of the outline item.
hItem
hFont
Returns: SalBoolean.
Assigns new bitmaps to the specified item.
hItem
hPicNormal
hPicSelected
Returns: SalBoolean.
Sets the text of the outline item.
hItem
sText
Returns: SalBoolean.
Sets the value associated to the outline item.
hItem
nValue
Returns: SalBoolean.
Enables or disables drawing.
bRedraw
Returns: SalBoolean.
Changes the normal and selected images for the specified item.
nIndex
hPicNormal
hPicSelected
Returns: SalNumber.
Sets the style flags for the control.
nStyle
Returns: SalBoolean.
Expands list items up to the specified level.
nLevel
Returns: SalBoolean.