PowerTools PlusPak for Windows Forms 8.0J
GetRectangle(Rectangle,CaptionFormat) メソッド

キャプションを描画するクライアントコントロールの境界を示すSystem.Drawing.Rectangle
キャプションの書式設定を示すCaptionFormat
キャプションをその中に描画する矩形を取得します。
構文
Public Overloads Shared Function GetRectangle( _
   ByVal rectClient As Rectangle, _
   ByVal format As CaptionFormat _
) As Rectangle
public static Rectangle GetRectangle( 
   Rectangle rectClient,
   CaptionFormat format
)

パラメータ

rectClient
キャプションを描画するクライアントコントロールの境界を示すSystem.Drawing.Rectangle
format
キャプションの書式設定を示すCaptionFormat

戻り値の型

キャプションをその中に描画するSystem.Drawing.Rectangle
プラットフォーム

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

参照

CaptionFormat クラス
CaptionFormat メンバ
オーバーロード一覧

Send Feedback