FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InputMap Class / Parent Property


In This Topic
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
See Also