Parent Property (InputMap)
In This Topic
Gets or sets the parent (
InputMap object) of this input map.
Syntax
'Declaration
Public Property Parent As InputMap
'Usage
Dim instance As InputMap
Dim value As InputMap
instance.Parent = value
value = instance.Parent
public InputMap Parent {get; set;}
See Also