How do I...Find the ⎕USING needed to create a Button
1 post
• Page 1 of 1
How do I...Find the ⎕USING needed to create a Button
#.WPF.FindUsing 'Window'
System.Windows,WPF/PresentationFramework.DLL
System.Windows.Controls
⎕USING←'' 'System.Windows,WPF/PresentationFramework.DLL'
⎕USING,←⊂'System.Windows.Controls'
btn←⎕NEW Button
btn
System.Windows.Controls.Button
NOTE: #.WPF.FindUsing should not be used in production code as it has a significant overhead, but the results can be used.
-
Fiona|Dyalog - Posts: 74
- Joined: Mon Apr 22, 2013 12:59 pm
1 post
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group