Globalized Property Grid
Details Related Types
Site:  C# Corner
Original URL:  http://www.c-sharpcorner.com/Code/2002/April/GlobalizedPropGrid.asp
Summary:
The property grid is a nice control to display properties and values. You create an instance of your class and assign it to the property grid. By using reflection a property grid extracts the properties of the class and displays its values. Usually you meet some more requirements: It would be nice if there is a user friendly name displayed which may differ from the property member names used for the class. Or the property name needs to be displayed in a different language. Or if international software is required at all we need to display property names in more than one language. Maybe with switching between the languages at runtime.
System.ComponentModel.ICustomTypeDescriptor
System.ComponentModel.PropertyDescriptor
System.ComponentModel.PropertyDescriptorCollection
System.ComponentModel.TypeDescriptor
System.EventArgs
System.Globalization.CultureInfo
System.Resources.ResourceManager
System.Windows.Forms.PropertyGrid
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com