In This Article

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 System.Object

The source object.

Returns

System.String:

The display string for the source when available; otherwise null.