PowerTools PlusPak for Windows Forms 8.0J
ResizeFont メソッド (NoResizeFontResizePolicy)

指定したコントロール。
GcResize によって提供された、フォントのサイズ変更に役立つ ResizeFontInfo 型の情報。
コントロールのフォントをサイズ変更します。
構文
Public Overrides Sub ResizeFont( _
   ByVal control As Control, _
   ByVal infos As ResizeFontInfo _
) 
public override void ResizeFont( 
   Control control,
   ResizeFontInfo infos
)

パラメータ

control
指定したコントロール。
infos
GcResize によって提供された、フォントのサイズ変更に役立つ ResizeFontInfo 型の情報。
解説
デフォルトロジックは Control のフォントを変更します。これらの他に変更しなければならないフォントがある場合は、このメソッドにロジックを追加できます。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

NoResizeFontResizePolicy クラス
NoResizeFontResizePolicy メンバ

Send Feedback