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


要素のフォントをデフォルト値にリセットします。
構文
'Declaration
 
Public Overridable Sub ResetFont() 
'使用法
 
Dim instance As ElementWindowless
 
instance.ResetFont()
public virtual void ResetFont()
解説
このメソッドは、Fontプロパティをデフォルト値にリセットするときに使用します。
Font f = new System.Drawing.Font("MS Sans Serif", 12, FontStyle.Bold); element.Font = f; element.State = FarPoint.Win.ElementState.Inverted; element.ResetFont();
Dim f As New System.Drawing.Font("MS Sans Serif", 12, FontStyle.Bold) element.Font = f element.State = FarPoint.Win.ElementState.Inverted element.ResetFont();
参照

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

 

 


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