View.Panning Property

Definition

Returns or sets a Boolean that represents whether Microsoft Office Word is in Panning mode. Read/write.

public:
 property bool Panning { bool get(); void set(bool value); };
public bool Panning { get; set; }
member this.Panning : bool with get, set
Public Property Panning As Boolean

Property Value

Boolean

Remarks

Panning mode changes the mouse pointer to a hand and enables the user to press and drag the document to scroll through the pages.

Applies to