Parent Property (FpCombo)
In This Topic
Gets or sets the parent of the control.
Syntax
'Declaration
Public Overridable Property Parent As Control
'Usage
Dim instance As FpCombo
Dim value As Control
instance.Parent = value
value = instance.Parent
public virtual Control Parent {get; set;}
See Also