| Click Method | |
| See Also |
- ClickType
The type of click
- ModifiersMask
Indicates whether modifier keys were pressed at the same time as the mouse was clicked. Specify the value with the BoModifiersEnum enumeration.
Simulates a user click on the item.
| Visual Basic |
|---|
Public Sub Click( _
Optional ByVal ClickType As BoCellClickType = ct_Regular, _
Optional ByVal ModifiersMask As Long = 0 _
) |
- ClickType
Value Description ct_Regular Normal click (after the exit event) ct_Double Double-click ct_Linked Click on a link arrow connected to a cell (only for matrix cells) ct_Collapsed Click on collapse arrow connected to a cell (only for matrix cells) ct_Right Right-click ct_RightNoBlocking The type of click
- ModifiersMask
Indicates whether modifier keys were pressed at the same time as the mouse was clicked. Specify the value with the BoModifiersEnum enumeration.