From: Helmut Giese on 10 Feb 2010 14:28 Hello out there, how can I find out which UITypeEditors already exist? Specifically I need - one to allow selection of images and - one to allow entering multi-line text. Any link will be greatly appreciated. Best regards Helmut Giese
From: Helmut Giese on 11 Feb 2010 10:29 To answer my own question ... >Hello out there, >how can I find out which UITypeEditors already exist? http://msdn.microsoft.com/en-us/library/system.drawing.design(VS.71).aspx lists the standard UI editors which come with VS and http://msdn.microsoft.com/en-us/library/ms171840.aspx (Walkthrough: Implementing a UI Type Editor) shows how to roll your own - and looks somewhat simpler than this one: http://msdn.microsoft.com/en-us/library/system.drawing.design.uitypeeditor.aspx Helmut Giese
|
Pages: 1 Prev: Drawing images on graphic tablet Next: hashCode understanding |