Simulates a user click on the item.
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 _ ) |
| 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 |
Indicates whether modifier keys were pressed at the same time as the mouse was clicked. Specify the value with the BoModifiersEnum enumeration.