'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the control the docking framework will be on.")> <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ReferenceConverter)> Public Property ParentControl As System.Windows.Forms.ScrollableControl
'Usage
Dim instance As NCommandBarsManager Dim value As System.Windows.Forms.ScrollableControl instance.ParentControl = value value = instance.ParentControl
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the control the docking framework will be on.")] [System.ComponentModel.TypeConverter(System.ComponentModel.ReferenceConverter)] public System.Windows.Forms.ScrollableControl ParentControl {get; set;}