dzForm
Previous  Next

The dzForm object provides the following methods, properties and events. They are not documented properly here but are merely referenced so their existence is known. Most are very thin wrappers to .NET WindowsForms methods and properties.

Anyone wanting to use these functionswill probably be able to work out what they do. A look in the library with "Lutz Roeder's .NET Reflector" (search the web) will reveal what each member does.

An example application is provided in a separate chapter.


Methods

AddControl(Control)

AddForm(Form)

AddMenuItem(String)

BringToFront()

CancelClose()

Dispose()

Hide()

ItemMenuEnd()

ItemMenuStart(String)

MainMenuEnd()

MainMenuStart(String)

MakeFormMDIChild(Form)

New1(Width AS Int32, Height AS Int32, Name As Strin , Title As String, IsMDI AS Boolean)

Run()

Show()


Properties

I signifies readable, O signifies settable.

ClientAreaHeight : Int32 [I]

ClientAreaWidth : Int32 [I]

DLLVersion : Double [I]

Form : Form [I]

HasMaximizeBox : Bool [I/O]

HasMinimizeBox : Bool [I/O]

Height : Int32 [I/O]

IsSizable : Bool [I/O]

Left : Int32 [I/O]

MenuSelectedText : String [I]

Name : String [I/O]

Title : String [I/O]

Top : Int32 [I/O]

Width : Int32 [I/O]


Events

Click

Closing

MenuClick

SizeChanged