In This Topic
Gets or sets a value indicating whether this style shall be treated as a primary style when this document is loaded by an application.
If true then this style has been designated as being particularly important for the current document,
and this information can be used by an application in any means desired.
Syntax
'Declaration
Public Property QuickStyle As System.Boolean
public System.bool QuickStyle {get; set;}
See Also