Skip to main content

Custom Buttons

Custom buttons allow you to extend a tabbed control with your functionality. A custom button has no predefined action. Handle button clicks to perform the required actions. You can create as many custom buttons as you like and optionally display them in tabs and/or the navigator bar.

The table below lists the main properties that relate to custom buttons.

Visibility

The Visible and Position properties, and the OnCanShow event of a custom button.

The tabbed control’s Properties.CustomButtons.Mode property.

Appearance

A custom button’s HeaderImageIndex and TabImageIndex properties.

Behavior

The Enabled property and the OnClick event of a custom button.

Object

TcxPCButton objects stored in the collection referenced by the tabbed control’s Properties.CustomButtons.Buttons property.

See Also