LinkLabel Links property is hidden - why?

  • Thread starter Thread starter Larry Lard
  • Start date Start date
L

Larry Lard

My first real encounter with the LinkLabel control today... seems
straightforward enough... has a property of type LinkCollection...
OK...

But why is <MyLinkLabel>.Links - the property that holds the link
collection - set as Hidden?? I can't think of any good reason for this,
what am I missing?

(VS.NET 2003 Framework 1.1)
 
Hi,

In the visual studio tool menu select options -> text editor ->
basic -> general uncheck the hide advanced members check box.

Ken
---------------------
My first real encounter with the LinkLabel control today... seems
straightforward enough... has a property of type LinkCollection...
OK...

But why is <MyLinkLabel>.Links - the property that holds the link
collection - set as Hidden?? I can't think of any good reason for this,
what am I missing?

(VS.NET 2003 Framework 1.1)
 
Ken Tucker said:
In the visual studio tool menu select options -> text editor ->
basic -> general uncheck the hide advanced members check box.

Note that this won't show the property in the properties window...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top