See Also: ControlPropertyNameConverter Members
The System.Web.UI.WebControls.ControlPropertyNameConverter class derives from the System.ComponentModel.StringConverter class and provides a list of property names for display in a property grid control in design-time environments.
You should never access a type converter directly. Instead, call the appropriate converter by using the System.ComponentModel.TypeDescriptor class. For more information, see the examples in the System.ComponentModel.TypeConverter base class.