TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / FullScreenMode Enumeration

In This Topic
    FullScreenMode Enumeration
    In This Topic
    Specifies how a form window is displayed in full screen mode.
    Syntax
    'Declaration
     
    
    Public Enum FullScreenMode 
       Inherits System.Enum
    public enum FullScreenMode : System.Enum 
    Members
    MemberDescription
    FullScreenForm is full screen and task bar is also invisible.
    FullScreenWithTaskBarForm is full screen and task bar is still visible.
    NoneForm is not full screen.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.TouchToolKit.FullScreenMode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also