Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NStatusBarPanel Class / Control Property


In This Topic
    Control Property (NStatusBarPanel)
    In This Topic
    Gets/sets the control hosted by the NStatusBarPanel.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the control hosted by the NStatusBarPanel.")>
    Public Property Control As System.Windows.Forms.Control
    'Usage
     
    
    Dim instance As NStatusBarPanel
    Dim value As System.Windows.Forms.Control
     
    instance.Control = value
     
    value = instance.Control
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.Description("Gets/sets the control hosted by the NStatusBarPanel.")]
    public System.Windows.Forms.Control Control {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