Give a control a 3-D appearance

Microsoft Office Outlook 2003

Give a control a 3-D appearance

  1. In design mode, right-click the control you want, and then click Advanced Properties on the shortcut menu.

  2. Click SpecialEffect, and then click the option you want in the box above.

    The following code example uses the ModifiedFormPages property of the current Inspector object to set the SpecialEffect property of a CheckBox on a page named "Test."

    Item.GetInspector.ModifiedFormPpages("Test").Checkbox1.SpecialEffect = 2