Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The product of merging local and global styles.
Syntax
Visual Basic Overridable Protected ReadOnly Property CurrentStyle As CssCollection C# protected virtual CssCollection CurrentStyle { get; } Managed C++ protected: __property virtual CssCollection get_CurrentStyle(); JScript protected function get CurrentStyle() : CssCollection;
Possible Values
sCurrentStyle 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
ToolbarItem
See Also