PowerTools SPREAD for Windows Forms 8.0J
Font プロパティ (DropDownEditorInfo)


コントロールが表示するテキストのフォントを取得または設定します。
構文
'Declaration
 
Public Property Font As Font
'使用法
 
Dim instance As DropDownEditorInfo
Dim value As Font
 
instance.Font = value
 
value = instance.Font
public Font Font {get; set;}

プロパティ値

ドロップダウンウィンドウに使用されるフォントを示す DropDownEditor.Font 値。
解説
既定値はコントロールのフォントと同じです。null 参照 (Visual Basicでは Nothing) に設定した場合、例外は発生せず、値は自動的に既定値になります。
参照

DropDownEditorInfo クラス
DropDownEditorInfo メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.