This documentation is archived and is not being maintained.
PagerStyle Members
Visual Studio 2008
Provides style capability for the pagination UI of a page.
The PagerStyle type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddParsedSubObject | Sets the DeviceSpecific property to the specified object. (Inherited from Style.) |
|
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 | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (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.) |
|
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.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
TrackViewState | Turns on the tracking of view state in the Style object. (Inherited from Style.) |
| Name | Description | |
|---|---|---|
|
NextPageTextKey | Represents the key for retrieving the style from the embedded stylesheet for NextPageText. |
|
PageLabelKey | Represents the key for retrieving the style from the embedded stylesheet for PageLabel. |
|
PreviousPageTextKey | Represents the key for retrieving the style from the embedded stylesheet for PreviousPageText. |
| Name | Description | |
|---|---|---|
|
Alignment | Gets or sets the specified alignment for the style. The default value is Alignment::NotSet. (Inherited from Style.) |
|
BackColor | Gets or sets the specified background color for the style. The default value is Color::Empty. (Inherited from Style.) |
|
Control | Returns a strongly typed reference to the associated control. (Inherited from Style.) |
|
DeviceSpecific | Gets or sets the DeviceSpecific/Choice construct associated with the control. The accessor returns nullptr if no such construct exists. (Inherited from Style.) |
|
Font | Returns a FontInfo object that contains font information about the control. (Inherited from Style.) |
|
ForeColor | Gets or sets the specified foreground color for the style. Typically, this property sets the color for the text. The default value is Empty. (Inherited from Style.) |
|
IsTemplated | Gets a value indicating whether a Style object has an active template set. (Inherited from Style.) |
|
IsTrackingViewState | Gets a value indicating whether the Style object is saving changes to its view state. (Inherited from Style.) |
|
Item | Overloaded. Returns the style through the key parameter, with or without using inheritance. |
|
Name | Gets or sets the name of the specified object. The default value is an empty string (""). (Inherited from Style.) |
|
NextPageText | Gets or sets the label used for a UI element that is used to navigate to the next page. The default value is "Next". |
|
PageLabel | Gets or sets the label used for the current page. The default value is an empty string (""). |
|
PreviousPageText | Gets or sets the label used for the UI element used to navigate to the previous page. The default value is Previous. |
|
State | Gets the current contents of the StateBag. (Inherited from Style.) |
|
StyleReference | Gets or sets a reference to the style properties for a Style. (Inherited from Style.) |
|
Wrapping | Gets or sets the specified wrapping mode for the style. The default value is NotSet. (Inherited from Style.) |
| Name | Description | |
|---|---|---|
|
IParserAccessor::AddParsedSubObject | Infrastructure. For a description of this member, see IParserAccessor::AddParsedSubObject. (Inherited from Style.) |
|
IStateManager::IsTrackingViewState | Infrastructure. For a description of this member, see IStateManager::IsTrackingViewState. (Inherited from Style.) |
|
IStateManager::LoadViewState | Infrastructure. For a description of this member, see IStateManager::LoadViewState. (Inherited from Style.) |
|
IStateManager::SaveViewState | Infrastructure. For a description of this member, see IStateManager::SaveViewState. (Inherited from Style.) |
|
IStateManager::TrackViewState | Infrastructure. For a description of this member, see IStateManager::TrackViewState. (Inherited from Style.) |
Show: