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

ターゲットコントロール
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 タイプの情報
プラットフォーム

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

参照

GcShapeButtonResizePolicy クラス
GcShapeButtonResizePolicy メンバ

Send Feedback