c# - Using Controls and Components of Visual Studio in my application -


i'm trying find out, if (also legally) can use components of visual studio in applications. don't mean controls delivered create application, button.

i mean propertygrid, text editor, etc, vs uses internally in vs application itself.

the propertygrid interesting because old winforms propertygrid can used windowsformshost, using old technolgy causing troubles when using windows transparency, etc.

my questions are:

  1. am allowed it?
  2. can please provide me example of how that?


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -