Share via


Frame control [Outlook 2003 Forms Help]

Creates a functional and visual control group.

Remarks

All option buttons in a Frame are mutually exclusive, so you can use the Frame to create an option group. You can also use a Frame to group controls with closely related contents.For example, in an application that processes customer orders, you might use a Frame to group the name, address, and account number of customers.

You can also use a Frame to create a group of ToggleButtons, but the toggle buttons are not mutually exclusive.

To create a group of mutually exclusive OptionButton controls, you can put the buttons in a Frameon your form, or you can use the GroupName property.

Properties | ActiveControl Property | BackColor Property | BorderColor Property | BorderStyle Property | CanPaste Property | CanRedo Property | CanUndo Property | Caption Property | Cycle Property | Enabled Property | ForeColor Property | InsideHeight, InsideWidth Properties | InsideHeight, InsideWidth Properties | KeepScrollBarsVisible Property | MouseIcon Property | MousePointer Property | Picture Property | PictureAlignment Property | PictureSizeMode Property | PictureTiling Property | ScrollBars Property | ScrollHeight, ScrollWidth Properties | ScrollHeight, ScrollWidth Properties | ScrollLeft, ScrollTop Properties | ScrollLeft, ScrollTop Properties | SpecialEffect Property | VerticalScrollBarSide Property | Zoom Property

Methods | Copy Method | Cut Method | Paste Method | RedoAction Method | Repaint Method | Scroll Method | SetDefaultTabOrder Method | UndoAction Method

Events | Click Event

Parent Objects

Child Objects | Font Object