PowerTools SPREAD for Windows Forms 8.0J
FontChanged イベント


要素のフォントが変更されると発生します。
構文
'Declaration
 
Public Event FontChanged As EventHandler
'使用法
 
Dim instance As ElementWindowless
Dim handler As EventHandler
 
AddHandler instance.FontChanged, handler
public event EventHandler FontChanged
解説

要素のフォントを指定するには、Font プロパティを設定します。

要素のフォントをデフォルトのフォント設定にリセットするには、ResetFont メソッドを呼び出します。

参照

ElementWindowless クラス
ElementWindowless メンバ
Font プロパティ
ResetFont メソッド

 

 


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