Wimark.Controls Class Library  

StatusBar.OwnerForm Property

Gets or sets the form the status bar is associated to.

[Visual Basic]
Public Property OwnerForm As Form 
[C#]
public Form OwnerForm {get; set;}
[C++]
public: __property Form* get_OwnerForm();
public: __property void set_OwnerForm(Form*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

StatusBar Class | StatusBar Members | Wimark.Controls Namespace