Is there a way of getting all BookmarkNames for all controls during design in VS2015
Most controls on these forms have a BookMarkName in the properties , is there an audit for these in VS 2015?
Re: Is there a way of getting all BookmarkNames for all controls during design in VS2
Are we talking straight Windows Forms? Is this BookMarkName property inherited from a common type? If you're talking about at design time, what exactly would you expect to happen? Is there any other property of any type of control for which you can get the values for all controls in the way you want to for this? What's the end game?
Re: Is there a way of getting all BookmarkNames for all controls during design in VS2
Quote:
Originally Posted by
jmcilhinney
Are we talking straight Windows Forms? Is this BookMarkName property inherited from a common type? If you're talking about at design time, what exactly would you expect to happen? Is there any other property of any type of control for which you can get the values for all controls in the way you want to for this? What's the end game?
At design time, it's for auditing only.
Re: Is there a way of getting all BookmarkNames for all controls during design in VS2
Quote:
Originally Posted by
SamCam15
At design time, it's for auditing only.
Given that there were five question marks in my previous post, that's not a lot of information.