This property sets whether or not the individual frames of the Thumbnail Control are shown in 3D.
[Visual
Basic] thumbcontrolname.Button3D [
= Boolean ]
[Visual C++] [
BOOL = ]thumbcontrolname.GetButton3D()
thumbcontrolname.SetButton3D(BOOL Val)
thumbcontrolname.SetButton3D(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | Displays the frames of the thumbnail control as 3D |
False | Displays the frames of the thumbnail control as flat |
Explanation
The Button3D property sets whether or not the individual frames of the Thumbnail Control are shown in 3D. This property is enabled when the Style property is 0 (ikButton).
Setting this value
This value can be set at design-time and run-time.Retrieving this value
This value can be retrieved at run-time.