Miner.Interop.Controls Assembly > Miner.Interop Namespace : IMMListTree Interface |
For a list of all members of this type, see IMMListTree members.
Name | Description | |
---|---|---|
![]() | AutoSelectMode | Gets or puts a value from the mmAutoSelection enumeration. |
![]() | BackColor | Gets or sets the background color of the tree. |
![]() | BorderStyle | Gets or sets the border style of the tree. 0=flat and 1=bevelled |
![]() | D8ContextCat | Identifies (by GUID) the component category from which to load context menu tools. |
![]() | DragDropMode | Gets or sets the drag/drop mode of the list using the mmDragAndDropMode enumeration. |
![]() | DropHighlight | Gets or sets the list item to be highlighted as the user drags and drops on the list. |
![]() | DropHighlightListitem | Returns the list item onto which the user has dragged and dropped another item. |
![]() | Enabled | Enables or disables the MMListTree control. |
![]() | EnableDblClickTools | Sets or gets whether to enable double-click tools. |
![]() | FirstItemSel | Returns the first D8ListItem object in the MMListTree's selected set. |
![]() | Font | Gets or sets the font of the list items. |
![]() | ForeColor | Gets or sets the color of the list items. |
![]() | hWnd | Returns the MMListTree's window handle. This is useful for resizing the MMListTree control as your form is resized. |
![]() | ItemSelected | Returns a boolean value indicating whether a list item is selected. |
![]() | ListCount | Returns the number of items in the control's list. |
![]() | MMSelection | Returns an IMMTreeViewSelection interface reference which provides functionality to operate on the selected objects in the control's list. |
![]() | SelectionStyle | Gets or sets the selection style using the mmSTSelectionType enumeration. IMMListTree.SelectionStyle expects an int, but when you give it a selection style it throws an error that can't convert the mmSTSelectionStyle to an int. To solve this issue, put (int) in front of the selection style |
![]() | ShowTreeBitmaps | Instructs the MMListTree control whether or not to show bitmaps on each node of the tree. |
![]() | TreeTools | Determines the context tool set based on D8ContextCat. |