EditorBrowsableState

EditorBrowsableState serializable

System.ComponentModel (system.dll) enum

This enumeration determines whether a class or member should be visible in an editor. It is used by EditorBrowsableAttribute to determine whether the element should be shown Never , Always , or only shown when Advanced elements are visible.

 public enum  EditorBrowsableState  {  Always = 0  ,  Never = 1  ,  Advanced = 2  } 

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) EditorBrowsableState

Returned By

EditorBrowsableAttribute.State

Passed To

EditorBrowsableAttribute.EditorBrowsableAttribute( )



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net