Custom Icon REALbasic Plugin

CustomIcon Members

CustomIcon overview

Instance Constructors

Instance Properties

FolderItemTypeThis property defines the type of the icon. This value can be either 0 or 1.
IconSets or gets the FolderItem that points to a icon file.
IconSizeSets or gets the Icon size.
IconTypeA Icon type constant. See the SystemIcon module for possible values.

Instance Methods

GetIconFileReturns the Icon file that was previosly assigned to the control.
GetIconSizeUse this function to get the size of the icon.
SetIconFileUse this method to assign a icon file to the control.

Instance Events

MouseDownThis event is fired when the Mouse button goes down within the control.
MouseDragThis event is fired when the Mouse is draged on the control if the Mouse was clicked in the control.
MouseUpThis event is fired when the Mouse button goes up within the control.
PaintThis event is fired when the control wants to paint it self.

Instance Constants

See Also

CustomIcon Class