MidItems.TWebButton.StyleRule
From RAD Studio API Documentation
Delphi
property StyleRule: string read FStyleRule write FStyleRule;
C++
__property System::UnicodeString StyleRule = {read=FStyleRule, write=FStyleRule};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | MidItems.pas MidItems.hpp |
MidItems | TWebButton |
Description
Applies a style in the page producer's style sheet to the button.
Use StyleRule to assign one of the user-defined styles in the HTML document's style sheet to the generated button control. The value of StyleRule specifies one of the user-defined style names defined in the page producer's Styles or StylesFile property.
Note: To apply a style definition that is not included in the style sheet, use the button's Style property.