MobileControl.VisibleWeight プロパティ

定義

コントロールのおおよその重みを文字で取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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 の値は、要素の既定の重みを使用する必要があることを示します。 詳細については、「 改ページ位置のサポート」を参照してください。

適用対象

こちらもご覧ください