System.Web.UI.WebControls.TargetConverter Members

The members of System.Web.UI.WebControls.TargetConverter are listed below.

See Also: Inherited members from System.ComponentModel.StringConverter

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.TargetConverter class.

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.