How To Add Multiple Controls to a CoolBar Control Band (187232)
The information in this article applies to:
- Microsoft Visual Basic Learning Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q187232 SUMMARY
You can have only one child control per Band of a CoolBar, so that a given
Band cannot have multiple child controls. If you want to emulate multiple
child controls on a single Band of a CoolBar control, you will need to use
a container control, such as a PictureBox (or UserControl) to contain all
of the "child" controls and then set the Child property of the Band to the
PictureBox.
REFERENCES
Search On-line Help for "CoolBar" and select the following topics:
- "Using the CoolBar Control"
- "Using Other Controls with the CoolBar"
- "Adding Controls to the CoolBar"
Modification Type: | Minor | Last Reviewed: | 6/29/2004 |
---|
Keywords: | kbhowto KB187232 |
---|
|