
Let's say we have .Net library which include a User()
Class Type. so the syntax editor is able to to parse the library for User
intellisense;
now i want to insert some pre created objects of Type User
like LoginUser
and RequestUser
which are known only at runtime and are defined outside of the editor. Does Actipro SyntaxEditor WPF control support this situation? or any workarount? and is there any sample?
[Modified 5 years ago]