Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ActionMap Class / Parent Property


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