RAD Studio VCL Reference
|
Individual skinned items of Combo.
TSkinComboBox = ( scButton, scButtonInactive, scButtonHover, scButtonPressed, scButtonIcon );
enum TSkinComboBox { scButton, scButtonInactive, scButtonHover, scButtonPressed, scButtonIcon };
TSkinComboBox enumerates the individual skinned items of a Combo.
Value |
Meaning |
scButton |
Button |
scButtonInactive |
Inactive button |
scButtonHover |
Button hover |
scButtonPressed |
Pressed button |
scButtonIcon |
Button icon |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|