This document is archived and information here might be outdated.  Recommended version.


I3DViewer.FullScreenEnabled Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

I3DViewer.FullScreenEnabled Property

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(
  VARIANT_BOOL pbEnabled
);
[C++]

Parameters pbEnabled [out, retval] pbEnabled is a parameter of type VARIANT_BOOL pbEnabled [in] pbEnabled is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

I3DViewer Interface