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


イベントデータを含むオブジェクト
コントロールのフォントが変更されたときにFontChangedイベントを発生させます。
構文
'Declaration
 
Public Overridable Sub OnFontChanged( _
   ByVal e As EventArgs _
) 
'使用法
 
Dim instance As ElementWindowless
Dim e As EventArgs
 
instance.OnFontChanged(e)
public virtual void OnFontChanged( 
   EventArgs e
)

パラメータ

e
イベントデータを含むオブジェクト

戻り値の型

イベントデータ
解説
要素のフォントが変更されると、FontChangedイベントが発生します。
参照

ElementWindowless クラス
ElementWindowless メンバ
Font プロパティ
FontChanged イベント

 

 


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