Specifies the browsable state of a class, assembly, property or event from within a Visual Guard editor.
You can defines the browsable state of class, assembly, property or event by using the VGEditorBrowsableAttribute class.
| Member Name | Description |
|---|---|
| Always | the item is always browsable even if the EditorBrowsableAttribute is set to false for this item. |
| OnlyIfBrowsable | the item is browsable only if the EditorBrowsableAttribute is set to true for this item. |
| Never | the item is never browsable even if the EditorBrowsableAttribute is set to true for this item. |
| OnlyAtDesignTime | the item is browsable only at design time. |
Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll)
Novalys.VisualGuard.Security Namespace