Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTabPage Class / IsPressed Property

In This Topic
    IsPressed Property
    In This Topic
    Gets a value indicating whether the mouse is pressed on tab area of the page.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsPressed As Boolean
    public bool IsPressed {get;}
    See Also