共用方式為


ControlAdapter.ItemWeight 屬性

定義

存取控制項中單一項目的近似權重。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 virtual property int ItemWeight { int get(); };
public virtual int ItemWeight { get; }
member this.ItemWeight : int
Public Overridable ReadOnly Property ItemWeight As Integer

屬性值

控制項中單一項目的近似權重。

實作

備註

值為 -1 表示必須使用元素的預設權數。 繼承類別必須覆寫這個屬性。 如需覆寫此屬性的詳細資訊,請參閱 分頁

適用於

另請參閱