TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ControlAutoShowingEventArgs Class / ShowingReason Property
Example

In This Topic
    ShowingReason Property (ControlAutoShowingEventArgs)
    In This Topic
    Get a value indicating control auto scroll reason.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ShowingReason As ShowingReason
    public ShowingReason ShowingReason {get;}

    Property Value

    One of the ShowingReason values.
    Example

    The following code example shows how to use this property.

    This code example is part of a larger example provided for the ZoomFactorChanged event.

    See Also