TdxCustomCameraControl.ShowSettingsButton Property
Specifies if the Gear button is visible.
Declaration
property ShowSettingsButton: Boolean read; write;
Property Value
Type | Description |
---|---|
Boolean |
|
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