CommandButton control [Outlook 2003 Forms Help]

Starts, ends, or interrupts an action or series of actions.

Remarks

Requires VBScript.

Syntax

SubCommandButton_Click( )

**'**write event code here

End Sub

The macro or event procedure assigned to the CommandButton'sClick event determines what the CommandButton does. For example, you can create a CommandButton that opens another form. You can also display text, a picture, or both on a CommandButton.

The default property of a CommandButton is the Value property.

The only event for a CommandButton is the Click event.

Properties | Accelerator Property | AutoSize Property | BackColor Property | BackStyle Property | Caption Property | Enabled Property | ForeColor Property | Locked Property | MouseIcon Property | MousePointer Property | Picture Property | PicturePosition Property | TakeFocusOnClick Property | WordWrap Property

Events | Click Event

Parent Objects

Child Objects | Font Object