Wimark.Controls Class Library  

ToolBars.OwnerForm Property

Gets or sets the form the toolbars are 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

ToolBars Class | ToolBars Members | Wimark.Controls Namespace