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

Syntax

C#
[DefaultValueAttribute(true)]
[RefreshPropertiesAttribute(RefreshProperties.All)]
public bool ShowOptions { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public Property ShowOptions As Boolean

See Also