Back to Devexpress

TdxCustomCameraControl.ShowSettingsButton Property

vcl-dxcameracontrol-dot-tdxcustomcameracontrol.md

latest1.2 KB
Original Source

TdxCustomCameraControl.ShowSettingsButton Property

Specifies if the Gear button is visible.

Declaration

delphi
property ShowSettingsButton: Boolean read; write;

Property Value

TypeDescription
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

TdxCustomCameraControl Class

TdxCustomCameraControl Members

dxCameraControl Unit