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

In This Topic
    ShowingReason Enumeration
    In This Topic
    Specifies the control auto scroll reason when the control is displayed .
    Syntax
    'Declaration
     
    
    Public Enum ShowingReason 
       Inherits System.Enum
    public enum ShowingReason : System.Enum 
    Members
    MemberDescription
    FocusChangedShow control when the control got focus.
    ScreenKeyboardShownShow control when system touch keyboard popup.
    Inheritance Hierarchy

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

    See Also