ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / GraphicsUtils.GdiDc Class / DrawDisabledText(String,Rectangle,Font,Int32) Method

In This Topic
    DrawDisabledText(String,Rectangle,Font,Int32) Method
    In This Topic
    Draws a disabled text.
    Syntax
    'Declaration
     
    Public Sub DrawDisabledText( _
       ByVal s As System.String, _
       ByVal bounds As System.Drawing.Rectangle, _
       ByVal font As System.Drawing.Font, _
       ByVal formatFlags As System.Integer _
    ) 
    public void DrawDisabledText( 
       System.string s,
       System.Drawing.Rectangle bounds,
       System.Drawing.Font font,
       System.int formatFlags
    )

    Parameters

    s
    bounds
    font
    formatFlags
    See Also