Xceed SmartUI Documentation
Events / MouseDown event
In This Topic
    MouseDown event
    In This Topic

    Occurs when the user presses the mouse button over an object.

    MouseDown( ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single )

    Syntax

    Private Sub SmartUI_MouseDown(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)

    Applies To

    SmartUI

    See Also

    MouseUp, MouseMove