[][src]Module ms_oforms::controls::form

The FromControl binary format

Excerpt from the docs:

All parent controls MUST contain a FormControl. The FormControl properties are persisted to a stream as specified in section 2.1.1.2. The name of this stream MUST be "f". An OleSiteConcrete is persisted in this stream for each embedded control, as specified by the FormControl in section 2.2.10.12. The FormControl can also contain a DesignExtender, as specified in section 2.2.10.11.

Modules

designex
parser
stream

Structs

ClassTable

Specifies the structure, as persisted to a stream, of the type information of an embedded ActiveX control.

ClsTableFlags

A bit field that specifies Boolean properties of a SiteClassInfo.

FormControl
FormFlags

A bit field that specifies Boolean properties of a form.

FormScrollBarFlags

A bit field that specifies the location of the scroll bars of a form.

Enums

BorderStyle
Cycle

Specifies the behavior of the TAB key in the last control of a form

Site