Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / IUserInterface Interface / WindowsFullscreen Property


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