PowerTools PlusPak for Windows Forms 8.0J
DrawDisableText メソッド

描画する System.Drawing.Graphics オブジェクト。
その内部に描画する矩形を示す System.Drawing.Rectangle 値。
描画する内容を示す string
イメージを示す System.Drawing.Image
フォントを示す System.Drawing.Font 値。
コントロールの状態が無効なときの前景色を示す値。
無効なときのキャプションとイメージを描画します。
構文
Public Sub DrawDisableText( _
   ByVal graphics As Graphics, _
   ByVal rectangle As Rectangle, _
   ByVal text As String, _
   ByVal image As Image, _
   ByVal font As Font, _
   ByVal disabledForeColor As Color _
) 

パラメータ

graphics
描画する System.Drawing.Graphics オブジェクト。
rectangle
その内部に描画する矩形を示す System.Drawing.Rectangle 値。
text
描画する内容を示す string
image
イメージを示す System.Drawing.Image
font
フォントを示す System.Drawing.Font 値。
disabledForeColor
コントロールの状態が無効なときの前景色を示す値。
解説
この関数は、レイアウト情報に従ってイメージとテキストの矩形を計算した後、他の関数を呼び出してイメージとテキストを描画します。
プラットフォーム

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

参照

TextRenderer クラス
TextRenderer メンバ

Send Feedback