PagerStyle Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| ApplyTo | Applies the properties of a style to a control. (Inherited from Style.) |
| Clone | Returns a copy of this instance of the Style object. (Inherited from Style.) |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| 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.) |
| GetNextPageText | Returns a formatted string for the user interface (UI) element used to navigate to the next page. |
| GetPageLabelText | Returns a formatted string for the UI element used to navigate to the next page. |
| GetPreviousPageText | Returns a formatted string for the UI element used to navigate to the previous page. |
| GetTemplate | Returns the template with the specified name. (Inherited from Style.) |
| 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. (Inherited from Style.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AddParsedSubObject | Sets the DeviceSpecific property to the specified object. (Inherited from Style.) |
| 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. (Inherited from Style.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| SaveViewState | Saves the changes to the view state to an Object. (Inherited from Style.) |
| TrackViewState | Turns on the tracking of view state in the Style object. (Inherited from Style.) |
Reference
PagerStyle ClassSystem.Web.UI.MobileControls Namespace
Styles
Style
Other Resources
Introduction to the StyleSheet ControlCommunity Additions
ADD
Show: