Udostępnij za pośrednictwem


OnFullScreenEventArgs.FullScreen Property

Gets a Boolean value that specifies if the control is in full screen.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As OnFullScreenEventArgs
Dim value As Boolean

value = instance.FullScreen

Syntax

'Declaration
Public ReadOnly Property FullScreen As Boolean
public bool FullScreen { get; }
public:
property bool FullScreen {
    bool get ();
}
/** @property */
public boolean get_FullScreen ()
public function get FullScreen () : boolean

Property Value

Type: Boolean
True if it is full screen, otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

OnFullScreenEventArgs Class
OnFullScreenEventArgs Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.