ControlAdapter::VisibleWeight Property

 

Gets or sets 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.Adapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public:
property int VisibleWeight {
	virtual 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.

.NET Framework
Available since 1.1
Return to top
Show: