Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NControlHost Class / Controls Property


In This Topic
    Controls Property
    In This Topic
    Gets the controls collection for the host.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Controls As System.Windows.Forms.Control.ControlCollection
    'Usage
     
    
    Dim instance As NControlHost
    Dim value As System.Windows.Forms.Control.ControlCollection
     
    value = instance.Controls
    public virtual System.Windows.Forms.Control.ControlCollection Controls {get;}
    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