'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;}