PowerTools InputMan for ASP.NET 8.0J
Font プロパティ (DropDownEditor)
使用例 

ドロップダウンエディットの文字のフォントを取得または設定します。
構文
Public ReadOnly Property Font As FontInfo
public FontInfo Font {get;}
解説
Fontプロパティは、FontInfoオブジェクトを使用し、 ドロップダウンエディットの文字のフォントを取得または設定します。
使用例
次のサンプルコードは、Fontプロパティの使用方法を示します。
GcTextBox1.DropDownEditor.Font.Name = "MS ゴシック"
GcTextBox1.DropDownEditor.Font.Size = FontUnit.Large
GcTextBox1.DropDownEditor.Font.Italic = True
GcTextBox1.DropDownEditor.Font.Name = "MS ゴシック";
GcTextBox1.DropDownEditor.Font.Size = FontUnit.Large;
GcTextBox1.DropDownEditor.Font.Italic = true;
参照

DropDownEditor クラス
DropDownEditor メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.