Window.DisplayRightRuler Property

True if the vertical ruler appears on the right side of the document window in print layout view.

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

Syntax

'Declaration
Property DisplayRightRuler As Boolean
    Get
    Set
'Usage
Dim instance As Window
Dim value As Boolean

value = instance.DisplayRightRuler

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

Property Value

Type: System.Boolean

See Also

Reference

Window Interface

Window Members

Microsoft.Office.Interop.Word Namespace