Specifies type of the button.
TButtonGlyphKind = ( bgDefault, bgScrollDown, bgScrollUp, bgEllipsis, bgRadioButton, bgCheckBox, bgCustomImages, bgStaticImage );
ecEdits
|
Members |
Description |
|
bgDefault |
Button frame is painted, images are used to paint button face. |
|
bgScrollDown |
Scroll down button. No images are used. |
|
bgScrollUp |
Scroll up button. No images are used. |
|
bgEllipsis |
Standard ellipsis button. No images are used. |
|
bgRadioButton |
Radio button. No images are used. |
|
bgCheckBox |
Check box button. No images are used. |
|
bgCustomImages |
Use custom images to draw. No button frame is painted. |
|
bgStaticImage |
Simple static image. |
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|