Indicates if rulers are visible.
[Visual Basic 6.0] Property ShowRulers As Boolean
[Visual Basic .NET] Public Property ShowRulers As Boolean
[C#] public bool ShowRulers {get; set;}
[Java] public getShowRulers ( boolean ShowRulers )
[Java] public void setShowRulers( boolean ShowRulers ) throws IOException, AutomationException
[C++]
HRESULT get_ShowRulers(
VARIANT_BOOL* ShowRulers
);
[C++] HRESULT put_ShowRulers( VARIANT_BOOL ShowRulers);
Parameters
ShowRulers [out, retval]
ShowRulers is a parameter of type VARIANT_BOOL
ShowRulers [in]
ShowRulers is a parameter of type VARIANT_BOOL
This property is a boolean flag that applications use to determine whether or not to draw rulers.
This property cannot be set for Maps, they always have rulers turned off.
The PageLayout is the only active view with rulers; an active view change is required before the setting is reflected in the applications window.