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


In This Topic
    ParentControl Property
    In This Topic
    Gets/sets the control the docking framework will be on.
    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
    [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;}
    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