[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.FullScreenMode

FullScreenMode Enum

Specifies how a form window is displayed in full screen mode.

Namespace: C1.Win.TouchToolKit
Assembly: C1.Win.TouchToolKit.8.dll
Syntax
public enum FullScreenMode

Fields

Name Description
FullScreen

Form is full screen and task bar is also invisible.

FullScreenWithTaskBar

Form is full screen and task bar is still visible.

None

Form is not full screen.