HideWindowUI

Top  Previous  Next

HideWindowUI  hides the user interface elements in the document window (such as scroll bars and navigation controls), leaving only the document contents displayed.

 

 

 

Syntax

 

 

 

[VC++]

BOOL GetHideWindowUI();

void SetHideWindowUI(BOOL bNewValue);

 

[CS]

public abstract new bool HideWindowUI [  get,  set ]

 

[VB]

Property HideWindowUI As Boolean