This document is archived and information here might be outdated. Recommended version. |
Indicates if key [F11] is enabled to toggle full screen drawing.
[Visual Basic .NET]
Public Property FullScreenEnabled As Boolean
[C#]
public bool FullScreenEnabled {get; set;}
[C++]
HRESULT get_FullScreenEnabled(
VARIANT_BOOL pbEnabled
);
[C++]
HRESULT put_FullScreenEnabled(
Boolean* pbEnabled
);
[C++] Parameters pbEnabled [in]
pbEnabled is a parameter of type bool pbEnabled [out, retval]
pbEnabled is a parameter of type bool*