Visibility Enumeration

CVB.Net Documentation
Feature complexity level.

Namespace:  Stemmer.Cvb.GenApi
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public enum Visibility
Members

  Member nameValueDescription
Invisible-1 Node should not be displayed.
Beginner0 Simple feature usable by everybody.
Expert1 More complex feature, that requires deeper knowledge about the feature.
Guru2 Very complex and/or dangerous feature.
Remarks

The visibility can be used as a filter to hide more complex or even dangerous features in an user interface.
See Also

Reference