[]
Represent a renderer which handles mouse in view mode.
public interface IReservedMouseSupport
Public Interface IReservedMouseSupport
| Name | Description |
|---|---|
| GetReservedCursor(object) | Gets the cursor reserved for this element. |
| GetReservedObject(MouseEventArgs, Keys, Rectangle, SheetView, int, int, object) | Determines whether the specified cursor location has special meaning to the control. |
| GetTooltip(object) | Gets the tooltip displayed for this element. |
| IsHoldToSkipAction(object) | Gets a boolean value indicating whether the user can hold mouse for a while to skip the action. |
| ProcessReservedObject(object) | Process the reserved object. |