Style Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| ApplyTo | Applies the properties of a style to a control. |
| Clone | Returns a copy of this instance of the Style object. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetTemplate | Returns the template with the specified name. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| RegisterStyle | Registers a style property and returns a unique key for lookup. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| AddParsedSubObject | Sets the DeviceSpecific property to the specified object. |
| 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) |
| LoadViewState | Loads the view state into the State of the Style object. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| SaveViewState | Saves the changes to the view state to an Object. |
| TrackViewState | Turns on the tracking of view state in the Style object. |
Reference
Style ClassSystem.Web.UI.MobileControls Namespace
Name
Other Resources
Introduction to the StyleSheet ControlCommunity Additions
ADD
Show: