user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

Question 163. You Are Creating A Custom Usercontrol, Some Of The Newly Created Properties Are Shown In The Properties Window. How You Can Hide A New Property Named Theme From The Properties Window?

user image

Abhishek Mishra

2 years ago

Use the attribute [Browsable(false)] along with the property [Browsable(false)] public string Theme { get; set; }

Recent Doubts

Close [x]