|
RAD Studio VCL Reference
|
Indicates how skins are loaded.
TRibbonSkinLoadType = ( ltResource, ltFile );
enum TRibbonSkinLoadType { ltResource, ltFile };
TRibbonSkinLoadType enumerates how skins are loaded.
|
Value |
Meaning |
|
ltResource |
Skins are loaded as a resource. |
|
ltFile |
Skins are loaded from a single file. |
|
ltFolder |
Skins are loaded from a specific folder. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|