Back to Devexpress

CameraControl.ShowSettingsButton Property

windowsforms-devexpress-dot-xtraeditors-dot-camera-dot-cameracontrol-07eb8079.md

latest2.3 KB
Original Source

CameraControl.ShowSettingsButton Property

Gets or sets whether the context button that invokes the Camera Settings form is displayed in the top far corner of the control.

Namespace : DevExpress.XtraEditors.Camera

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool ShowSettingsButton { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Appearance")>
Public Property ShowSettingsButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the context button that invokes the Camera Settings form is displayed; otherwise, false.

|

Remarks

By default, when the ShowSettingsButton property is set to true , the CameraControl displays the Settings button in the top far corner. The button click invokes the Camera Settings form that allows an end-user to select the capture device and adjust the video settings (resolution, contrast, brightness, etc.). Set the ShowSettingsButton property to false to hide this button.

In code, you can invoke the Camera Settings form by calling the CameraControl.ShowSettingsForm method.

Note

The selected camera resolution is not persisted between application runs.

See Also

ShowSettingsForm()

Resolution

CameraControl Class

CameraControl Members

DevExpress.XtraEditors.Camera Namespace