zeitFrame properties and event:
- CaptionAlign: Allow caption alignment.
- CaptionControl:
- 0 - zfNone: No caption. The frame act as a pure container. The Top property will correctly reflect the Top value of the frame.
- 1 - zfCheckbox: With checkbox. The frame's contained controls are enabled/disabled by the checkbox.
- 2 - zfLabel: With caption. Act as a regular Visual Basic frame control.
- Value: Value of the control's checkbox.
- 0 - vbUnchecked: Disable contained controls.
- 1 - vbChecked: Enable contained controls.
- 2 - vbGrayed: Disable contained controls. Also makes the caption and checkbox appear grayed out.
- CausesValidation: Include the Validate event.
- Enabled: When False, the frame's contained controls will be disabled.
- Align and Negociate: Determine if and where the control is aligned. Negociate deals with toolbars.
- BackStyle: Transparent background or not. Might be useless right now.
- OLEDragDrop: OLEDragDrop event.
|