VisOutlineListBox
PPJ.Runtime.Vis.VisOutlineListBox
Last updated
PPJ.Runtime.Vis.VisOutlineListBox
Last updated
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.49 (4.9.0.0)
Default Constructor.
: Enabled/Disables automatic drag operations. (Default: True
)
: Multiple Inheritance: Wrapper property.
: Multiple Inheritance: Wrapper property.
Adds an item to the list and displays it in the specified color.
text
color
Adds an item to the list, displays it in the specified color and associates the specified value with the item.
text
color
value
Adds an item to the list control and displays it in the specified font.
text
hFont
Adds a new item with the specified font and value.
text
hFont
value
Adds a string to a list box or combo box.
sName
Adds an item to the list control and specified an image for the normal and selected state.
text
picNormal
picSelect
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.
text
picNormal
picSelect
value
Brings a window to the top of all overlapping windows.
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.
Clears the value from a data field, multi line field, or table window column.
Clears a window's cursor.
nType
Deletes all entries from a list box or combo box.
Collapses all descendant items.
index
Deletes the child item from the tree control.
index
Deletes all descendants (children, grandchildren, and so on) of the specified child.
index
Deletes a list box or combo box entry.
nIndex
Moves an item and all descendants right in the outline by making the item become the last child of the previous sibling.
index
picNormal
picSelect
Destroys a form window, a top-level table window, or a modeless dialog box created with SalCreateWindow.
Disables the specified item.
index
color
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.
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.
Moves the source item to the new location, providing support for dragging tree items.
sourceIndex
target
targetIndex
dropMode
Enables the specified item.
index
color
Enables keyboard and mouse input to a window.
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.
Enumerates child item handles for a specified item.
hItem
hItems
Enumerates descendant (children, grandchildren, and so on) item handles for a specified item.
hItemParent
hItems
Expands an outline one level at the index specified.
index
Displays all descendants of an item.
index
This function finds a child window of a given name in the specified window.
windowName