SkinIDTypeConverter Members

Provides a list of valid skin IDs for a control at design time, based on the currently applicable theme.

The following tables list the members exposed by the SkinIDTypeConverter type.

  Name Description
Public method SkinIDTypeConverter Initializes a new instance of the SkinIDTypeConverter class.
Top

(see also Protected Methods )
  Name Description
Public method CanConvertFrom Overloaded. Retrieves a value indicating whether the converter can convert an object to a string.
Public method CanConvertTo Overloaded. Returns a value indicating whether this converter can convert a SkinID object to a string.
Public method ConvertFrom Overloaded. Converts the given string to a SkinID object.
Public method ConvertFromInvariantString  Overloaded. Converts the value to a type of this converter, using the invariant culture. (Inherited from TypeConverter.)
Public method ConvertFromString  Overloaded. Converts the specified text to an object. (Inherited from TypeConverter.)
Public method ConvertTo Overloaded. Converts the given SkinID object to a string.
Public method ConvertToInvariantString  Overloaded. Converts the specified value to a culture-invariant string representation. (Inherited from TypeConverter.)
Public method ConvertToString  Overloaded. Converts the specified value to a string representation. (Inherited from TypeConverter.)
Public method CreateInstance  Overloaded. Re-creates an Object given a set of property values for the object. (Inherited from TypeConverter.)
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method GetCreateInstanceSupported  Overloaded. Returns whether changing a value on this object requires a call to the CreateInstance method to create a new value. (Inherited from TypeConverter.)
Public method GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method GetProperties  Overloaded. Returns a collection of properties for the type of array specified by the value parameter. (Inherited from TypeConverter.)
Public method GetPropertiesSupported  Overloaded. Returns whether this object supports properties. (Inherited from TypeConverter.)
Public method GetStandardValues Overloaded. Returns a set of SkinID objects that can be applied to the control being designed.
Public method GetStandardValuesExclusive  Overloaded. Returns whether the collection of standard values returned from GetStandardValues is an exclusive list. (Inherited from TypeConverter.)
Public method GetStandardValuesSupported Overloaded. Indicates whether a theme is currently applied to the page.
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method IsValid  Overloaded. Returns whether the given value object is valid for this type. (Inherited from TypeConverter.)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method ToString  Returns a String that represents the current Object. (Inherited from Object.)
Top

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetConvertFromException  Returns an exception to throw when a conversion cannot be performed. (Inherited from TypeConverter.)
Protected method GetConvertToException  Returns an exception to throw when a conversion cannot be performed. (Inherited from TypeConverter.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method SortProperties  Sorts a collection of properties. (Inherited from TypeConverter.)
Top
Show: