MobileControl.VisibleWeight プロパティ

定義

コントロールのおおよそのウェイトを文字数で取得します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

public:
 virtual property int VisibleWeight { int get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public virtual int VisibleWeight { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.VisibleWeight : int
Public Overridable ReadOnly Property VisibleWeight As Integer

プロパティ値

コントロールのおおよそのウエイト (文字数)。

属性

注釈

このプロパティは、フォームの改ページ位置付けに使用されます。 値 -1 は、要素の既定の重みを使用する必要があることを示します。 詳細については、「 改ページのサポート」を参照してください。

適用対象

こちらもご覧ください