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

    See Also