Share via


_Application.DisplayFullScreen Property

True if Microsoft Excel is in full-screen mode.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property DisplayFullScreen As Boolean
    Get
    Set
'Usage
Dim instance As _Application
Dim value As Boolean

value = instance.DisplayFullScreen

instance.DisplayFullScreen = value
bool DisplayFullScreen { get; set; }

Property Value

Type: System.Boolean

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.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace