Skip to main content
A newer version of this page is available. .

TdxCustomCameraControl.ShowSettingsButton Property

Switches the end-user availability of the Gear button, which when clicked, invokes the Settings popup menu.

Declaration

property ShowSettingsButton: Boolean read; write;

Property Value

Type
Boolean

Remarks

Set this property to True to allow the camera control to display the Gear button in response to moving the mouse pointer within the control’s bounds. Otherwise, this button is hidden.

To programmatically invoke the Settings popup menu, call the ShowSettingsToolbar method.

The default value of the ShowSettingsButton property is True.

See Also