Nevron.UI.WinForm.Controls Namespace / NCommandBarsManager Class / ParentControl Property


ParentControl Property
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also