Back to Devexpress

CameraControl.ShowSettingsForm() Method

windowsforms-devexpress-dot-xtraeditors-dot-camera-dot-cameracontrol-ba842746.md

latest1.4 KB
Original Source

CameraControl.ShowSettingsForm() Method

Invokes the form that contains the camera device settings.

Namespace : DevExpress.XtraEditors.Camera

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void ShowSettingsForm()
vb
Public Sub ShowSettingsForm

Remarks

An end-user invokes the Camera Settings form by clicking the Settings context button that is displayed in the top far corner of the CameraControl (see CameraControl.ShowSettingsButton). The ShowSettingsForm method allows you to invoke the Camera Settings form in code.

See Also

ShowSettingsButton

CameraControl Class

CameraControl Members

DevExpress.XtraEditors.Camera Namespace