PrintPreviewDialog.AutoScroll Property

Definition

Gets or sets a value indicating whether the form enables autoscrolling.

public:
 virtual property bool AutoScroll { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool AutoScroll { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AutoScroll : bool with get, set
Public Overrides Property AutoScroll As Boolean

Property Value

Represents a Boolean value.

Attributes

Remarks

This property is not relevant for this class.

Applies to