CommandButtonActiveXControl class

CommandButtonActiveXControl class

Represents a command button.

Inheritance: CommandButtonActiveXControlActiveXControlActiveXControlBase

The CommandButtonActiveXControl type exposes the following members:

Properties

PropertyDescription
typeGets the type of the ActiveX control.
widthGets and sets the width of the control in unit of point.
heightGets and sets the height of the control in unit of points.
mouse_iconGets and sets a custom icon to display as the mouse pointer for the control.
mouse_pointerGets and sets the type of icon displayed as the mouse pointer for the control.
fore_ole_colorGets and sets the ole color of the foreground.
back_ole_colorGets and sets the ole color of the background.
dataGets and sets the binary data of the control.
is_enabledIndicates whether the control can receive the focus and respond to user-generated events.
is_lockedIndicates whether data in the control is locked for editing.
is_transparentIndicates whether the control is transparent.
is_auto_sizeIndicates whether the control will automatically resize to display its entire contents.
ime_modeGets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
captionGets and set the descriptive text that appears on a control.
picture_positionGets and set the location of the control’s picture relative to its caption.
pictureGets and sets the data of the picture.
acceleratorGets and sets the accelerator key for the control.
take_focus_on_clickInidcates whether the control takes the focus when clicked.
is_word_wrappedIndicates whether the contents of the control automatically wrap at the end of a line.

See Also