System.Web.UI.WebControls.TargetConverter: Method Members

The methods of System.Web.UI.WebControls.TargetConverter are listed below. For a list of all members, see the TargetConverter Members list.

See Also: Inherited members from System.ComponentModel.StringConverter

Public Methods

override
GetStandardValues(System.ComponentModel.ITypeDescriptorContext) : System.ComponentModel.TypeConverter.StandardValuesCollection

Returns a collection of standard values from the default context for the data type this type converter is designed for.

override
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) : bool

Returns a value that indicates whether the collection of standard values returned from the TargetConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext) method is an exclusive list.

override
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) : bool

Returns a value that indicates whether this object supports a standard set of values that can be picked from a list, using the specified context.