By tag: WindowsClient
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.
0
kicks
Custom Controls Design Time Support Part 1: Design Time Attributes
Design Time Attributes for custom controls
0
kicks
Custom Controls Design Time Support Part 6: Custom TypeConverter 2
This post shows how to implement a custom TypeConverter for Enums and how to use the SupportedValues to show a custom values list .
0
kicks
Custom Controls Design Time Support Part 2: More Design Time Attribute
Custom Controls Design Time Support Part 2: More Design Time Attribute
0
kicks
Custom Controls Design Time Support Part 5: Custom TypeConverters
This post shows how to implement a custom TypeCoverter for a Point3D structure.
0
kicks
Custom Controls Design Time Support Part 3: Adding Image in the Toolbo
This part is how to make Custom Controls have a custom image in the toolbox using the ToolboxBitmapAttribute
0
kicks
C# SuperToolTip
Office 2007 offers great new features, one of them is the SuperTooltip which provides much more information about controls than standard old style tooltips. This article shows how to build tooltips in such a way.