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

    Occurs when the user right-clicked in the edit area of a SmartItem.

    BeforeContextMenu( ByRef Item As SmartItem, ByVal X As Single, ByVal Y As Single, ByRef Cancel As Boolean )

    Syntax

    Private Sub SmartUI_BeforeContextMenu(ByRef Item As SmartItem, ByVal X As Single, ByVal Y As Single, ByRef Cancel As Boolean)

    Applies To

    SmartUI

    See Also

    SmartItem