 
            | Miner.Controls Assembly : Miner.Controls Namespace | 
| Class | Description | |
|---|---|---|
|  | AutoResizeTextBox | |
|  | CollapsibleSplitter | This class provides a custom collapsible splitter that can resize, hide and show associated form controls. | 
|  | CollapsibleSplitterDesigner | A simple designer class for the CollapsibleSplitter control to remove unwanted properties at design time. | 
|  | ColorPicker | |
|  | ColorPickerButtonDesigner | A simple designer class for the CollapsibleSplitter control to remove unwanted properties at design time. | 
|  | CoreDisplayEventArgs | |
|  | CoreEventArgs | This interface is for internal Miner & Miner use only. It may be modified or removed without warning. | 
|  | ImageComboBox | |
|  | ImageComboItem | |
|  | ListItemDictionary | This interface is for internal Miner & Miner use only. It may be modified or removed without warning. | 
|  | ListItemNode | This interface is for internal Miner & Miner use only. It may be modified or removed without warning. | 
|  | ListItemNodeCollection | This interface is for internal Miner & Miner use only. It may be modified or removed without warning. | 
|  | ListNodeLoader | Use this class to convert an ID8List object to an IItemNode object. The IItemNode object may be used by the MinerTreeView class to initialize a tree view. | 
|  | MinerMenuItem | This interface is for internal Miner & Miner use only. It may be modified or removed without warning. | 
|  | MinerTreeView | This is the .NET implementation of the COM MMListTree class. | 
|  | MinerXMLLogin | This is an implementation of a custom login object that reads an XML file to get login connection information. | 
|  | ModelNameBrowserControl | |
|  | NodeAddedEventArgs | Defines NodeAddedEvent Args that derives from EventArgs. | 
|  | NumericTextBox | |
|  | SelectionEventArgs | This class defines SelectionEvent Args that derives from EventArgs. | 
|  | TextBoxMarginCustomize | A class for adding right and left margins to a TextBox or the embedded TextBox within a DropDown ComboBox. The margin can display an icon, a control or can be drawn using a custom routine implemented by the user. | 
|  | ToggleButton | |
|  | TreeGridView | |
|  | TreeGridViewRow | |
|  | TreeGridViewTextBoxCell | |
|  | TreeGridViewTextBoxColumn | |
|  | TreeGridViewTextBoxEditingControl | |
|  | TreeSelection | This class acts as a container object for items selected in a tree view. | 
| Interface | Description | |
|---|---|---|
|  | IItemNode | The MinerTreeView class uses this interface to initialize the tree view. | 
|  | IItemNodeCollection | This interface contains a collection of IItemNode objects. | 
|  | ITextBoxMarginCustomizePainter | An interface which users of the TextBoxMarginCustomize class can use to provide a customized painting routine for the margin area. Create an instance of this class and install it using the TextBoxMarginCustomize.CustomPainter accessor. | 
| Delegate | Description | |
|---|---|---|
|  | AddEventHandler | Use this delegate to register to the Add event. This event occurs when an item is added to the tree. | 
|  | CollapsibleSplitter.ExpandHandler | Use this delegate to register to the CollapsibleSplitter.Expand event. This event occurs when the user clicks to expand the collapsible splitter. | 
|  | ImageChangedEventHandler | |
|  | MinerXMLLogin.ConnectionInfoChangedEventHandler | Use this delegate to register to the ConnectionInfoChanged event. This event occurs when XML login connection information is modified. | 
|  | RebuiltEventHandler | Use this delegate to register to the Rebuilt event. This event occurs when the tree view is rebuilt. | 
|  | RemoveEventHandler | Use this delegate to register to the Remove event. This event occurs when an item is removed from the tree. | 
|  | SelectionChangedEventHandler | |
|  | TextChangedEventHandler | |
|  | TreeSelectionEventHandler | Use this delegate to register to the TreeSelection event. This event is raised when a change is made to the tree selection. | 
|  | UpdateEventHandler | Use this delegate to register to the Update event. This event occurs when the tree view is updated. | 
| Enumeration | Description | |
|---|---|---|
|  | ModelNameBrowserContext | |
|  | VisualStyles | Enumeration to specify the visual style to be applied to the CollapsibleSplitter control. |