次の方法で共有


Appearance 列挙体

コントロールの外観を指定します。

<Serializable>
<ComVisible(True)>
Public Enum Appearance
[C#]
[Serializable]
[ComVisible(true)]
public enum Appearance
[C++]
[Serializable]
[ComVisible(true)]
__value public enum Appearance
[JScript]
public
   Serializable
 ComVisible(true)
enum Appearance

解説

この列挙体のメンバは、 Appearance プロパティで外観を指定するコントロールで使用します。

メンバ

メンバ名 説明
Button Windows ボタンの外観。
Normal コントロール クラスで定義されている既定の外観。

必要条件

名前空間: 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 内)

参照

System.Windows.Forms 名前空間