Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItem Class / HasMouseDown Property


In This Topic
    HasMouseDown Property
    In This Topic
    Gets a boolean value indicating if a mouse button was pressed while the mouse was over the SmartItem.
    Syntax
    'Declaration
     
    Protected Friend ReadOnly Property HasMouseDown As Boolean
    'Usage
     
    Dim instance As SmartItem
    Dim value As Boolean
     
    value = instance.HasMouseDown
    protected internal bool HasMouseDown {get;}

    Property Value

    true if a mouse button was pressed while the mouse was over the SmartItem; false otherwise.
    Remarks

    If HasMouseDown returns true, this does not necessarily mean that the mouse is still over the SmartItem.

    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