T
Tim
How do you hide a variable, property , class, method, or
anything from the object Browser?
I know if I use the Attribute
[BrowsableAttribute(false)]
that you can have a Property or Event hidden from the from
the Property Browser.
I know if I use the Attribute
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
that the Property or Event is hidden IntelliSense.
I know that you you make a variable Public it is visable
and if it is private that it is hidden.
So how do I hide anything from showing in the Object
Browser, a Attribute or a access modifier?
I don't think that it is the
DesignerSerializationVisibilityAttribute
I have also tried changing from public, private,
protected, internal, and protected internal and none of
these seem to work.
Does anyone have any ideas?
Please post a reply and send me an e-mail with the answer.
Thank You.
anything from the object Browser?
I know if I use the Attribute
[BrowsableAttribute(false)]
that you can have a Property or Event hidden from the from
the Property Browser.
I know if I use the Attribute
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
that the Property or Event is hidden IntelliSense.
I know that you you make a variable Public it is visable
and if it is private that it is hidden.
So how do I hide anything from showing in the Object
Browser, a Attribute or a access modifier?
I don't think that it is the
DesignerSerializationVisibilityAttribute
I have also tried changing from public, private,
protected, internal, and protected internal and none of
these seem to work.
Does anyone have any ideas?
Please post a reply and send me an e-mail with the answer.
Thank You.