CurrentStyle Property
The product of merging local and global styles.
Syntax
Visual Basic Overrides Protected ReadOnly Property CurrentStyle As CssCollection C# protected override CssCollection CurrentStyle { get; } Managed C++ protected: __property CssCollection get_CurrentStyle(); JScript protected override function get CurrentStyle() : CssCollection;
Possible Values
cssCurrentStyle CssCollection that specifies one or more Cascading Style Sheets (CSS) attribute/value pairs. The property is read-only. The property has no default value.
Applies To
TOOLBARCHECKBUTTON
See Also