Extended Use of .NET RichControl Class - C# CLabel 1.0beta






1.04/5 (14 votes)
Sep 21, 2000

234586

273
A fully stocked owner drawn RichControl class
Ever wanted a static control that behaved like a Visual Basic label control? Well this could be just the thing you might be looking for. This control was first posted as an CStatic derived class in my article Extended Use of the CStatic Class. The code in that article has been rewritten in C# using the .NET framework
See the original article for the
programming API. The main differences are that all COLORREF
parameters are now Color
's, CString
's become
String
's, and BOOL
's become bool
's.