無効なテキストを描画します。
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub DrawDisabledText( _
   ByVal  As System.String, _
   ByVal  As System.Drawing.Rectangle, _
   ByVal  As System.Drawing.Font, _
   ByVal  As System.Integer _
) 
             
        
            
            '使用法
 
Dim instance As GraphicsUtils.GdiDc
Dim s As System.String
Dim bounds As System.Drawing.Rectangle
Dim font As System.Drawing.Font
Dim formatFlags As System.Integer
 
instance.DrawDisabledText(s, bounds, font, formatFlags)
             
        
            
            public void DrawDisabledText( 
   System.string ,
   System.Drawing.Rectangle ,
   System.Drawing.Font ,
   System.int 
)
             
        
             
        
            パラメータ
- s
 
- bounds
 
- font
 
- formatFlags
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照