Namespace:  C1.Win.C1PrintPreview
Assembly:  C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)

Syntax

C#
[BrowsableAttribute(true)]
[DefaultValueAttribute(ToolBarImageSetEnum.HighCool)]
public ToolBarImageSetEnum ImageSet { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(True)> _
<DefaultValueAttribute(ToolBarImageSetEnum.HighCool)> _
Public Property ImageSet As ToolBarImageSetEnum

See Also