The properties of the class are not typically 
	    accessed directly, the provided methods should be used to access or modify them in most cases.
	
	| Name | Description | 
|---|
	| branchDisabledIcon 
	string(256) | Name of the icon file to use for any disabled branches. | 
    | branchIcon 
		string(256) | Name of the icon file to use for the enabled branches. | 
	| columnHeader 
	string(256) | The column header (of the first column) of the TabTree list control. | 
	| control long | The control equate (FEQ) of the TabTree list control. | 
	| debugOutput long | Enable or disable debug output. If this property is set then debugging information 
	will be written to DebugView (if it is running.) | 
	| disabledTip
	 
	string(256) | This tool tip 
	is displayed when the user hovers the 
	cursor over a disabled node. | 
	| header
	 
	string(256) | The root node of the tree. | 
	| headerDisabledIcon 
	
	string(256) | The icon to be used for the Root 
	node in the tree, if the whole sheet control is disabled. | 
	| headerIcon 
	string(256) | The icon to be used for the Root 
	node in the tree is the sheet control is enabled. | 
	| ignoreFieldSelect long | .not used. | 
	| ignoreTreeSelect long | .internal property to avoid a 
	recursive selection when an Event:NewSelection occurs. | 
	| lineHeight long | The listbox line height, used to adjust the amount of space between rows in the list or tree. | 
	| noBoxes long | Enable or disable the expand/contract boxes for nodes that contain children. | 
	| noLines long | Enable or disable lines between nodes. | 
	| noTip 
	string(256) | The default text to use as the tip, when no tip is specified. | 
	| rememberTab long | If set to 1 the selected entry is saved and restored on next open. | 
	| removeHotKey long | If set hotkeys are disabled for the entries in the tree. | 
	| selected long | The currently selected row in the TabTree list box. | 
	| selectedIcon long | The name of the icon file to use to indicate a selected entry in the tree. | 
	| sheetControl long | The field equate (FEQ) of the Sheet control used to build the tree. | 
	| tabIconsQueue 
	&TabIconsQueueType | A queue of the icons used for the tab controls. | 
	| tips long | If this property is set to 1 then 
	tooltips for each item in the TabTree list box will be set. | 
	| treeQ 
	&TreeQueueType | The queue containing all the rows for 
	the TabTree list control. |