An NDoc Documented Class Library

WindowSerializer.Form Property

Gets or sets the form which is to have it's state persisted.

public System.Windows.Forms.Form Form {get; set;}

Property Value

The form which is to have it's state persisted.

Remarks

If the WindowSerializer is used inside Visual Studio in a Windows Forms designer, Form is automatically set to the control that contains the WindowSerializer. For example, if you place a WindowSerializer on a designer for Form1 (which inherits from Form), the Form property of WindowSerializer is set to the instance of Form1.

See Also

WindowSerializer Class | WindowSerializer Members | Genghis.Windows.Forms Namespace