バージョン

ButtonAppearance プロパティ (UltraCalculator)

コントロールのデフォルトの外観を取得または設定するプロパティ。
シンタックス
'宣言
 
Public Property ButtonAppearance As Infragistics.Win.AppearanceBase
public Infragistics.Win.AppearanceBase ButtonAppearance {get; set;}
解説

Appearance オブジェクトは、表示関係のプロパティをカプセル化します。Appearance オブジェクトを作成後、そのプロパティを操作したりプロジェクト内で希望する回数だけオブジェクトを再使用できます。

Dim myAppearance As Infragistics.Win.Appearance

myAppearance.BackColor = System.Drawing.Color.Aquamarine

参照