ImageGear Professional v18.2 > API Reference Guide > GUI Component API Reference > GUI Component Objects > IGGUIPaletteCtl Control |
IGGUIPaletteCtl Control
IIGGUIPaletteCtl extends IDispatch
SetParentImage Method | Associates the IGGUIPaletteCtl control with a particular ImageGear image. |
Appearance Property | Specifies the appearance of the control. |
BackColor Property | Specifies the background color of the control. |
BorderColor Property | Specifies the color of the control border. |
BorderVisible Property | Specifies whether the control border is visible or not. |
BorderWidth Property | Specifies the width of the control border. |
Enabled Property | Specifies whether the control will respond to mouse events or not. |
MouseIcon Property | Specifies the custom mouse icon to display over the control. |
MousePointer Property | Identifies any of the standard mouse icons to display over the control. |
Click Event | Raised when user clicks in the control. |
DblClick Event | Raised when the user double-clicks in the control. |
MouseDown Event | Raised when the user presses a mouse button while the cursor is over the control. |
MouseMove Event | Raised repeatedly as the mouse moves over the control. |
MouseUp Event | Raised when the user releases a mouse button while the cursor is over the control. |