BCGControlBar Library for .NET
Parent Property (StatusBarControl)




Represents a parent form for the status bar.
Syntax
'Declaration
 
Public Shadows Property Parent As Control
'Usage
 
Dim instance As StatusBarControl
Dim value As Control
 
instance.Parent = value
 
value = instance.Parent
public new Control Parent {get; set;}
public: __property new Control* get_Parent();
public: __property new void set_Parent( 
   Control* value
);
public:
new property Control^ Parent {
   Control^ get();
   void set (    Control^ value);
}
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

Reference

StatusBarControl Class
StatusBarControl Members

Send Feedback