次の方法で共有


Orientation 列挙体

コントロールの方向、またはコントロールの要素の方向を指定します。

<Serializable>
Public Enum Orientation
[C#]
[Serializable]
public enum Orientation
[C++]
[Serializable]
__value public enum Orientation
[JScript]
public
   Serializable
enum Orientation

解説

この列挙体は、 TrackBar.Orientation などのメンバで使用されます。

メンバ

メンバ名 説明
Horizontal

.NET Compact Framework でもサポート。

コントロールまたは要素の方向が水平方向に指定されます。
Vertical

.NET Compact Framework でもサポート。

コントロールまたは要素の方向が垂直方向に指定されます。

必要条件

名前空間: System.Windows.Forms

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

アセンブリ: System.Windows.Forms (System.Windows.Forms.dll 内)

参照

System.Windows.Forms 名前空間 | TrackBar