_Application.DisplayFullScreen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if Microsoft Excel is in full-screen mode.
public:
property bool DisplayFullScreen { bool get(); void set(bool value); };
public bool DisplayFullScreen { get; set; }
Public Property DisplayFullScreen As Boolean
Property Value
Remarks
Full-screen mode maximizes the application window so that it fills the entire screen and hides the application title bar. Toolbars, the status bar, and the formula bar maintain separate display settings for full-screen mode and normal mode.