TSRVSkinFont |
Top Previous Next |
|
TSRVSkinFont is a class defining properties for fonts used in skinnable objects. This is a class of items in the collection TSRVSkinManager.Skins[i].Fonts. Unit SRVSkinManager. Syntax TSRVSkinFont = class(TCollectionItem) HierarchyTObject TPersistent TCollectionItem Properties•Name: String – a caption of this item. This text is displayed at design time when editing TSRVSkinManager.Skins[i].Fonts collection. •Disabled: TFont – a font used when the object is disabled. •Normal: TFont – a font used when the object is in a normal state. •Hot: TFont – a font used when the object is below the mouse pointer. •Down: TFont – a font used when the object is clicked. •Focused: TFont – a font used when the object is in a focused state. Example
|