[]
Sets the input map for the view for the specified focus mode.
public virtual void SetInputMap(InputMapMode inputMapMode, InputMap value)
Public Overridable Sub SetInputMap(inputMapMode As InputMapMode, value As InputMap)
Type | Name | Description |
---|---|---|
InputMapMode | inputMapMode | Focus mode (control or child of the control) |
InputMap | value | InputMap object |
Sets the input map for the view for the specified focus mode and operation mode.
public virtual void SetInputMap(InputMapMode inputMapMode, OperationMode operationMode, InputMap value)
Public Overridable Sub SetInputMap(inputMapMode As InputMapMode, operationMode As OperationMode, value As InputMap)
Type | Name | Description |
---|---|---|
InputMapMode | inputMapMode | Focus mode (control or child of the control) |
OperationMode | operationMode | Operation mode |
InputMap | value | InputMap object |