MobileControl::IsVisibleOnPage Method (Int32)
.NET Framework (current version)
Returns whether or not the control is visible on the given page of the form. Used for form pagination. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Parameters
- pageNumber
-
Type:
System::Int32
The page number.
Return Value
Type: System::Booleantrue if the control is visible on the given page of the form; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
MobileControl Class
System.Web.UI.MobileControls Namespace
Pagination
Creating Custom Mobile Controls
Inside the ASP.NET Mobile Controls
Show: