System.Web.UI.Design.SkinIDTypeConverter Members

The members of System.Web.UI.Design.SkinIDTypeConverter are listed below.

See Also: Inherited members from System.ComponentModel.TypeConverter

Public Constructors

Initializes a new instance of the System.Web.UI.Design.SkinIDTypeConverter class.

Public Methods

override
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, Type) : bool

Returns a value indicating whether this converter can convert a System.Web.UI.Control.SkinID object to a string using the provided format context and type.

override
CanConvertTo(System.ComponentModel.ITypeDescriptorContext, Type) : bool

Returns a value indicating whether this converter can convert a System.Web.UI.Control.SkinID object to the specified type, using the specified context.

override
ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object) : object

Converts the given string to a System.Web.UI.Control.SkinID object using the specified context and culture information.

override
ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object, Type) : object

Converts the given System.Web.UI.Control.SkinID object to a string using the specified context and culture information.

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

Returns a set of System.Web.UI.Control.SkinID objects that can be applied to the control that is represented by the given format context.

override
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) : bool

Returns a value indicating whether the control that is represented by the given context supports a set of System.Web.UI.Control.SkinID objects that can be picked from a list.