Difference between revisions of "ThumbNail"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|
(No difference)
|
Revision as of 20:09, 19 May 2013
ThumbNail is the class used to hold the picture and different properties used in the ThumbViewer.
Properties |
ActiveCorners |
Name |
Pic |
State |
Tag |
X |
Y |
Shared Properties | |
FrameColor | TextBackground |
FrameWidth | TextBackgroundAlpha |
HOverFrameColor | TextColor |
HOverFrameWidth | TextFont |
SelectedFrameColor | TextSize |
SelectedFrameWidth | |
TextBackground |
Methods |
Constructor |
Draw |
MouseDown |
Class Constants
State
The following class constants are to used to specify the State of the ThumbNail.
Class Constant | Description |
---|---|
StateNormal | The ThumbNail is in normal state. |
StateMouseOver | The mouse is over the ThumbNail. |
StateSelected | The ThumbNail is selected after a click. |
See Also
Class
Control ThumbViewer