IInputGestureDisplayStringProvider Interface
Defines an object which can provide the display string of a gesture associated with an object.
public interface IInputGestureDisplayStringProvider
Methods
GetDisplayString(object?)
Gets the display string for a gesture associated with a source object.
string? GetDisplayString(object? source)
Parameter | Type | Description |
---|---|---|
source | object | The source object. |
Returns
- string:
The display string for the source when available; otherwise
null
.