Hi,
The Font class uses the System.Drawing.Design.FontEditor as theUI type editor. Unfortunately, the FontEditor class is not exposed, so we can't derive fromthis FontEditor class toimplement acustom UI type editor.
A solution to yourquestionis to derive directly from the UITypeEditor class and implement a custom UI type editor that meets your requirements. Please visit the following link for more information on implementing custom UI type editor:
"User Interface Type Editors Overview "
http://msdn.microsoft.com/en-us/library/ms171839(VS.80).aspxHope this helps.
Sincerely,
Linda Liu
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
end us any feedback you have about the help from MSFT at fbmsdn@microsoft.com.