次の方法で共有


CommandBarControl.Left プロパティ

定義

画面の左端を基準にして、指定したコマンド バー コントロールの水平方向の位置 (ピクセル単位) を返します。

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

プロパティ値

注釈

このプロパティは、ドッキング領域の左側からのコントロールの距離を決定するために使用できます。

適用対象