Gets or sets a value indicating whether a single mouse click (rather than a double click) should hide/show page margins in C1PreviewPane. The default value is false.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool HideMarginsOnSingleClick { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
Public Property HideMarginsOnSingleClick As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also