PowerTools SPREAD for Windows Forms 8.0J
GetFont メソッド (ElementWindowless)


要素のデフォルトフォントを取得します。
構文
'Declaration
 
Public Overridable Function GetFont() As Font
'使用法
 
Dim instance As ElementWindowless
Dim value As Font
 
value = instance.GetFont()
public virtual Font GetFont()

戻り値の型

デフォルトフォントを含むFontオブジェクト
Font f = element.GetFont(); }
Font f = element.GetFont()
参照

ElementWindowless クラス
ElementWindowless メンバ
Font プロパティ

 

 


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