LeftRightAlignment 列挙体
オブジェクトまたはテキストが参照ポイントの左と右のどちらに配置されるかを指定します。
<Serializable>
<ComVisible(True)>
Public Enum LeftRightAlignment
[C#]
[Serializable]
[ComVisible(true)]
public enum LeftRightAlignment
[C++]
[Serializable]
[ComVisible(true)]
__value public enum LeftRightAlignment
[JScript]
public
Serializable
ComVisible(true)
enum LeftRightAlignment
解説
この列挙体のメンバを使用して、 DropDownAlign プロパティおよび UpDownAlign プロパティの値を設定します。
メンバ
メンバ名 | 説明 |
---|---|
Left | オブジェクトまたはテキストが参照ポイントの左側に配置されます。 |
Right | オブジェクトまたはテキストが参照ポイントの右側に配置されます。 |
必要条件
名前空間: System.Windows.Forms
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
アセンブリ: System.Windows.Forms (System.Windows.Forms.dll 内)