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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also