ButtonStyle Property

Specifies the behavior style of the Bitmap when used as a push button.

Syntax

object.ButtonStyle [= enumButtonStyle]

Properties

The ButtonStyle property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

enumButtonStyle

The behavior style.

Settings

The settings for enumButtonStyle are:

Constant

Value

Description

BitmapButtonNone

0

None.

BitmapButtonPush

1

Push button.

BitmapButtonMultiState

2

Multi-state button.

Remarks

This property can be used to make a three dimensional button.

 

Applies To