FontInfo Methods

 

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodClearDefaults()

Resets all FontInfo properties to the unset state and clears the view state.

System_CAPS_pubmethodCopyFrom(FontInfo^)

Duplicates the font properties of the specified FontInfo into the instance of the FontInfo class that this method is called from.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodMergeWith(FontInfo^)

Combines the font properties of the specified FontInfo with the instance of the FontInfo class that this method is called from.

System_CAPS_pubmethodShouldSerializeNames()

This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the Names property should be persisted.

System_CAPS_pubmethodToString()

Returns a string that contains the font name and size for an instance of the FontInfo class.(Overrides Object::ToString().)

Return to top
Show: