public Form Owner { get; set; }
Public Property Owner As Form Get Set
public: property Form^ Owner { Form^ get (); void set (Form^ value); }