VisOutlineListBox
PPJ.Runtime.Vis.VisOutlineListBox
Last updated
PPJ.Runtime.Vis.VisOutlineListBox
Last updated
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Web.Vis.49 (4.9.0.0)
Default Constructor.
SalNumber: Multiple Inheritance: Wrapper property.
SalNumber: Multiple Inheritance: Wrapper property.
SalNumber: Multiple Inheritance: Wrapper property.
SalNumber: Multiple Inheritance: Wrapper property.
Control: Returns/Sets the label associated with this control.
SalNamedProperties: Returns the collection of named properties.
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.
SalString: Multiple Inheritance: Wrapper property.
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 a string to a list box or combo box.
sName
Returns: SalNumber.
Adds an item to the list control and specified an image for the normal and selected state.
sText
hPicNormal
hPicSelect
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
hPicSelect
nValue
Returns: SalNumber.
Brings a window to the top of all overlapping windows.
Returns: SalBoolean.
Centers a window. If the window is a top-level window, it centers it on the desktop. If the window is a child window, it centers it on top of its parent.
Returns: SalBoolean.
Clears the value from a data field, multiline field, or table window column.
Returns: SalBoolean.
Clears a window's cursor.
nType
Returns: SalBoolean.
Deletes all entries from a list box or combo box.
Returns: SalBoolean.
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.
Deletes a list box or combo box entry.
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.
nIndex
hPicNormal
hPicSelect
Returns: SalBoolean.
Destroys a form window, a top-level table window, or a modeless dialog box created with SalCreateWindow.
Returns: SalBoolean.
Disables the specified item.
nIndex
nColor
Returns: SalNumber.
Disables keyboard and mouse input to a window. If the window contains text (for example, a push button), the text is grayed. If the window is a data field, it cannot receive the focus.
Returns: SalBoolean.
Disables keyboard and mouse input to a window and grays out its associated label. A label is the label control that immediately precedes the window in the outline. The label control must have a mnemonic. If the window contains text (for example, a push button), the text is grayed. If the window is a data field, it cannot receive the focus.
Returns: SalBoolean.
Moves the source item to the new location, providing support for dragging tree items.
nSourceIndex
hWndTarget
nTargetIndex
nDropMode
Returns: SalBoolean.
Enables the specified item.
nIndex
nColor
Returns: SalNumber.
Enables keyboard and mouse input to a window.
Returns: SalBoolean.
Enables keyboard and mouse input to a window and enables its associated label as well. A label is the label control that immediately precedes the window in the outline.
Returns: SalBoolean.
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.
hItemParent
hItems
Returns: SalNumber.
Expands an outline one level at the index specified.
nIndex
Returns: SalNumber.
Displays all descendants of an item.
nIndex
Returns: SalBoolean.
This function finds a child window of a given name in the specified window.
sWindowName
Returns: SalWindowHandle.
Finds the item with the specified value in the descendants of the specified node.
hItem
nValue
Returns: SalNumber.
Computes the number of pixels in the number of form units. Form units are a unit of measurement used by functions which move and position objects. Form units are computed using physical units (pixels) in conjunction with the window's font size.
nFormUnits
bVertical
Returns: SalNumber.
Frees memory for the item specified and for all its descendants.
hItemChild
Returns: SalBoolean.