Enum PropertyDialogFlags
Defines flags configuring the behavior of property dialog functions
Namespace: ic4.WinForms
Assembly: ic4dotnet.System.Windows.Forms.dll
Syntax
[Flags]
public enum PropertyDialogFlags : uint
Fields
Name | Description |
---|---|
AllowStreamRestart | Allows the user to change the value of device properties that would require a stream restart to do so. The dialog will automatically restart the stream when one of those properties is changed. |
Default | Default behavior |
HideFilter | If set, the dialog does not display the visibility dropdown and filter text box. |
RestoreStateOnCancel | Instructs the dialog to initially save the state of all properties, and restore them to their original value if the dialog is closed using the Cancel button. |
ShowTopCategory | If set, the top-level category is displayed in the property tree view of the property dialog. |