This documentation is archived and is not being maintained.
ControlPager Members
Visual Studio 2008
Used by a form to paginate its controls.
The ControlPager type exposes the following members.
| Name | Description | |
|---|---|---|
|
ControlPager | Initializes a new instance of the ControlPager class for the specified form that uses the specified weight for a page. |
| Name | Description | |
|---|---|---|
|
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.) |
|
GetItemPager | Creates and returns an ItemPager object for paginating the contents of the given control. |
|
GetPage | Returns a newly assigned page index based on the weight of the control. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
DefaultWeight | Returns the assigned weight for a page. This field is read-only. |
|
UseDefaultWeight | Returns whether to use the value of the DefaultWeight field for pagination. This field is read-only. |
| Name | Description | |
|---|---|---|
|
PageCount | Sets or returns the number of form pages currently created by the pager. |
|
PageWeight | Returns the optimal weight of a form page. |
|
RemainingWeight | Sets or returns the weight that remains on the current ASP.NET mobile Web Forms page. |
Show: