AddButtonColumn Method

Adds a column of push buttons to the dialog box.

object.AddButtonColumn aname, buttons
 

Arguments

object

Required.  A variable containing a dialog object created by calling CreateObject or new ActiveXControl.

aname

Required. A name for this group of push buttons.

buttons

An array of captions for the push buttons to be added.

Remarks
Only one column of buttons may be added.

Example
Uses same parameters as AddButtons; see Buttons in VBScript.