Settings and activity
6 results found
-
17 votes
An error occurred while saving the comment An error occurred while saving the comment Jay Michael Asbury commented
Add to this: A color that is a property of another object should have this output too.
Jay Michael Asbury supported this idea ·
-
1 vote
An error occurred while saving the comment Jay Michael Asbury commented
Also ''' in vb
''' <summary>
'''
''' </summary> -
2 votes
Jay Michael Asbury shared this idea ·
-
3 votes
An error occurred while saving the comment Jay Michael Asbury commented
public static IWin32Window LinqpadWindow( this object obj)
{
NativeWindow wnd = new NativeWindow();
wnd.AssignHandle(Process.GetProcessById(Util.HostProcessID).MainWindowHandle);
return wnd;
}Extension method.
Jay Michael Asbury shared this idea ·
-
3 votes
Jay Michael Asbury shared this idea ·
-
36 votes
An error occurred while saving the comment
See http://share.linqpad.net/xjd4gp.linq for an example that shows adding a Swatch property. Can easily turn that into extension code that you can then run anywhere.