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

CameraControl.ShowSettingsForm() Method

Invokes the form that contains the camera device settings.

Namespace: DevExpress.XtraEditors.Camera

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public void 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