[]
Gets the input map defined for the specified focus mode for the view.
public virtual InputMap GetInputMap(InputMapMode inputMapMode)
Public Overridable Function GetInputMap(inputMapMode As InputMapMode) As InputMap
Type | Name | Description |
---|---|---|
InputMapMode | inputMapMode | Focus mode (control or child of the control) |
Type | Description |
---|---|
InputMap |
Gets the input map defined for the specified focus mode and operation mode for the view.
public virtual InputMap GetInputMap(InputMapMode inputMapMode, OperationMode operationMode)
Public Overridable Function GetInputMap(inputMapMode As InputMapMode, operationMode As OperationMode) As InputMap
Type | Name | Description |
---|---|---|
InputMapMode | inputMapMode | Focus mode (control or child of the control) |
OperationMode | operationMode | Operation mode |
Type | Description |
---|---|
InputMap |