DeleteAll | Delete all items and columns |
DeleteAllItems | Deletes all items in a list view control |
DeleteColumn | Delete column in nCol position |
DeleteItem | Deletes an item in a list view control |
EnsureVisible | Ensures that a list view item is visible in its list view control |
HitTest | Returns the item under cursor position |
Init | Initialize control by collection TDMSObjects, TDMSUsers, or TDMSTableAttributes, TDMSSheet |
InsertColumn | Insert column into nCol position |
InsertItem | Inserts a new item in a list view control. Use 0 as default value for hInsertAfter |
InsertObject | Insert TDMS object to list. Variant obj can be object dispatch, string GUID, or system id |
IsItemSelected | Returns the selection state of the item specified by hItem |
SelectItems | Select list items |
UpdateItem | UpdateItem from linked TDMS object |
Application | Get TDMSApplication to work with classifiers, object/user items |
BackColor | Get back color |
BorderStyle | Get type of border is drawn around the control |
Check | Get item check state of list control item. |
CheckBoxes | Check list has check boxes |
ColumnAutosize | Get column auto size |
ColumnCanDrag | Check column can be draged |
ColumnCount | Retrieves the number of columns |
ColumnIcon | Returns column icon |
ColumnName | Get column name |
ColumnOrder | Get column display order |
ColumnResizible | Check column resizible |
ColumnSort | Get column sort mode |
ColumnSortEnabled | Check column sort enabled |
ColumnTooltip | Returns column tooltip |
ColumnWidth | Get column width |
Count | Retrieves the number of list items |
FilterBarEnabled | Is filter bar visible. |
Font | Get default font |
ForeColor | Get default text color |
HideSelection | Check highlight selected item when control does not have focus |
hWnd | get hWnd |
ItemData | Get variant application-specific value associated with an item |
ItemFormat | Get list item text format |
ItemIcon | Returns item icon as TDMSIcon sysname. |
ItemObject | Return TDMS object associated with item. In vbscript use TypeName(obj) function to determine type of the object |
ItemText | Get list item text |
ReadOnly | Check list can be edited |
Scrollable | Indicates whether the control will display scroll bars if it contains more items than can fit in the visible area |
SelectedItem | Get the currently selected list view item |
ShowToolTips | Indicates whether ToolTips will be displayed on the items |
SingleSelection | Check multiple selection allowed |
Checked | Occurs after item was checked or unchecked, if checkbox style was specified for tree view |
ColumnClick | Occurs on column click |
ColumnContextMenu | Occurs before column context menu shown |
ContextMenu | Occurs before item context menu shown |
DblClick | User double click mouse button on tree view item. |
KeyDown | Standart on key down action. |
Refreshed | Occurs after grid refreshed from datasource to do additional initialization |
Selected | Occurs after item was selected. |