Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomCameraControl.ShowSettingsButton Property

Specifies if the Gear button is visible.

#Declaration

Delphi
property ShowSettingsButton: Boolean read; write;

#Property Value

Type Description
Boolean

True if the Gear button is visible; otherwise, False.

#Remarks

Users can click the Gear button to invoke the Settings pop-up menu. The button appears when a user moves the mouse pointer into the camera control’s boundaries if the ShowSettingsButton property is set to True.

To invoke the Settings pop-up menu in code, call the ShowSettingsToolbar procedure.

#Default Value

The ShowSettingsButton property’s default value is True.

See Also