TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1ApplicationZoom Class / FullScreenMode Property
Example

In This Topic
    FullScreenMode Property (C1ApplicationZoom)
    In This Topic
    Gets or sets the full screen mode used by owner form.
    Syntax
    'Declaration
     
    
    Public Property FullScreenMode As FullScreenMode
    public FullScreenMode FullScreenMode {get; set;}

    Property Value

    One of FullScreenMode values. The default is FullScreenMode.None.
    Exceptions
    ExceptionDescription
    Can't change FullScreenMode if owner Form's IsMdiChild is true.
    Example

    The following code example shows how to use this property.

    This code example is part of a larger example provided for the C1Zoom.AllowPinchZoom property.

    See Also