FolderItemType | This property defines the type of the icon. This value can be either 0 or 1. |
Icon | Sets or gets the FolderItem that points to a icon file. |
IconSize | Sets or gets the Icon size. |
IconType | A Icon type constant. See the SystemIcon module for possible values. |
GetIconFile | Returns the Icon file that was previosly assigned to the control. |
GetIconSize | Use this function to get the size of the icon. |
SetIconFile | Use this method to assign a icon file to the control. |
MouseDown | This event is fired when the Mouse button goes down within the control. |
MouseDrag | This event is fired when the Mouse is draged on the control if the Mouse was clicked in the control. |
MouseUp | This event is fired when the Mouse button goes up within the control. |
Paint | This event is fired when the control wants to paint it self. |