Share via


View.Panning Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Panning As Boolean
    Get
    Set
'Usage
Dim instance As View
Dim value As Boolean

value = instance.Panning

instance.Panning = value
bool Panning { get; set; }

Property Value

Type: System.Boolean
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.

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Word Namespace