GeekDork.WebSkeleton Reference

IProperties.MainForm Property

The WebSkeleton's internal HtmlForm. This is the HtmlForm that will actually be rendered to HTML. Programmatic access is provided so that it's properties can be modified to facilitate flexible use of that control.

[Visual Basic]
Property MainForm As HtmlForm
[C#]
System.Web.UI.HtmlControls.HtmlForm MainForm {get;}

See Also

IProperties Interface | GeekDork.WebSkeleton Namespace