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