By tag: UITypeEditor
0
kicks
Custom Controls Design Time Support Part 8: Implementing UITypeEditor
This post describes by steps how to implement a custom UITypeEditor and gives a brief introduction on the IWindowFormsEditorService, the sample introduced is a ColorEditor that uses the ColorWheel to pick from it colors from the drop down.
0
kicks
Custom Controls Design Time Support Part 7: UITypeEditor Introduction
This post gives a brief introduction on what is an UITypeEditor and what enhancements it gives for the design time environment, and some built in examples.