FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > ElementWindowless クラス : ResetFont メソッド |
'Declaration Public Overridable Sub ResetFont()
'使用法 Dim instance As ElementWindowless instance.ResetFont()
public virtual void ResetFont()
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();