GrapeCity PlusPak for Windows Forms 10.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
コントロールの状態が無効なときの前景色を示す値。
参照

参照

TextRenderer クラス
TextRenderer メンバ

 

 


© 2008 GrapeCity inc. All rights reserved.