IControlAdapter::VisibleWeight Property

 

Returns the approximate weight of the control, in characters. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

property int VisibleWeight {
	int get();
}

Property Value

Type: System::Int32

The approximate weight of the control, in characters.

This property is used for form pagination. A value of -1 indicates that the default weight for the element must be used. For further information, see Pagination Support.

.NET Framework
Available since 1.1
Return to top
Show: