- Usage Restrictions
- not published
- Description
- Collections that implement this interface provide access to a specific type
of drawing objects in a single sheet.
The following sheet symbols represent collections of graphic objects,
and therefore implement this interface:
- Buttons: push button (command button) controls,
- ChartObjects: chart objects embedded in the sheet,
- CheckBoxes: check box controls,
- DropDowns: drop-down listbox controls,
- EditBoxes: text edit controls (dialog sheets only),
- GroupBoxes: group frame controls,
- GroupObjects: group objects containing other child objects,
- Labels: fixed text controls,
- ListBoxes: plain listbox controls,
- OptionButtons: option button (radio button) controls,
- Ovals: simple ovals and circles,
- Pictures: picture objects,
- Rectangles: simple rectangle objects,
- ScrollBars: scrollbar controls,
- Spinners: spinner (spin button) controls,
- TextBoxes: rectangle objects with embedded text.
These symbols are now deprecated in VBA but kept for compatibility with
old VBA scripts. All symbols representing collections of form controls do
NOT belong to ActiveX form controls but to the old-style drawing controls.
|