CameraControl.ShowSettingsForm() Method
Invokes the form that contains the camera device settings.
Namespace: DevExpress.XtraEditors.Camera
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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