Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / UserInterface Class / WindowsFullscreen Property


In This Topic
    WindowsFullscreen Property (UserInterface)
    In This Topic
    Gets or sets a value indicating whether the touch window is fullscreen or not.
    Syntax
    'Declaration
     
    
    Public Property WindowsFullscreen As Boolean
    'Usage
     
    
    Dim instance As UserInterface
    Dim value As Boolean
     
    instance.WindowsFullscreen = value
     
    value = instance.WindowsFullscreen
    public bool WindowsFullscreen {get; set;}
    See Also