WebPartManagerInternals::SetZoneIndex Method (WebPart^, Int32)
.NET Framework (current version)
Sets the index of the specified control within its zone relative to the other WebPart controls within the zone.
Assembly: System.Web (in System.Web.dll)
Parameters
- webPart
-
Type:
System.Web.UI.WebControls.WebParts::WebPart^
A WebPart control for which the method sets a zone index.
- zoneIndex
-
Type:
System::Int32
The index of webPart within its zone relative to other controls in the zone.
The SetZoneIndex method determines the ordinal position that webPart occupies in its zone, relative to other server controls in the zone.
.NET Framework
Available since 2.0
Available since 2.0
Show: