please, publish all available information in DOCS.
for example:
new Gui.Tools.NTMenuItem
{
[COLOR="Red"]Header [/COLOR]= "Submit Atm Order Example",
[COLOR="red"]Style [/COLOR]= Application.Current.TryFindResource("MainMenuItem") as Style
};
NTMenuItem
how can i find out them? when i type in IDE, the list doesnt show up.
even, when I search these terms in online Documentation, no results come up.

Comment