Visual Guard Class Library Documentation

VGEditorBrowsableState Enumeration

Specifies the browsable state of a class, assembly, property or event from within a Visual Guard editor.

public enum VGEditorBrowsableState

Remarks

You can defines the browsable state of class, assembly, property or event by using the VGEditorBrowsableAttribute class.

Members

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.

Requirements

Namespace: Novalys.VisualGuard.Security

Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll)

See Also

Novalys.VisualGuard.Security Namespace