|
Allow
|
Properties enabling various user interface features.
|
|
AutoRotation
|
This property programmatically turns on rotation animation. The object will rotate at an update rate defined by RotationSpeed and increment defined by RotationIncrement.
|
|
Cursor
|
Properties providing cursor related user interface features.
|
|
Dialog
|
Properties providing dialog related user interface features.
|
|
HotSpot
|
Properties providing hot spot related user interface features.
|
|
Menu
|
Properties providing popup menu related user interface features.
|
|
RotationIncrement
|
This property controls the increment for each rotational update which the object is auto-rotating (AutoRotation).
|
|
RotationSpeed
|
This property controls the rotation speed in milliseconds when auto-rotating (AutoRotation). Possible values are 1 to 32000. Note that setting this property to a small value such as 50 will likely consume 100% of CPU processing time on slower machines.
|
|
Scrollbar
|
Properties providing scrollbar related user interface features.
|