TcxCustomStyleSheet.GetStylesClass Method
Determines the class of styles within the style sheet.
Declaration
class function GetStylesClass: TcxCustomStylesClass; virtual;
Returns
Type |
---|
TcxCustomStylesClass |
Remarks
Use this method to determine the style class. This is important when working with a styles collection. The control styles collections may vary (have different styles) and it is necessary to determine what style collection the style sheet contains.
See Also