\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List Namespace / ArrowButtonPainter.ButtonPainter Delegate

In This Topic
    ArrowButtonPainter.ButtonPainter Delegate
    In This Topic
    Syntax
    'Declaration
     
    Friend Delegate Function ArrowButtonPainter.ButtonPainter( _
       ByVal graphics As System.Drawing.Graphics, _
       ByVal rectangle As System.Drawing.Rectangle, _
       ByVal state As ButtonStateEnum, _
       ByVal colors As ColorScheme _
    ) As System.Drawing.Rectangle
    internal delegate System.Drawing.Rectangle ArrowButtonPainter.ButtonPainter( 
       System.Drawing.Graphics graphics,
       System.Drawing.Rectangle rectangle,
       ButtonStateEnum state,
       ColorScheme colors
    )

    Parameters

    graphics
    rectangle
    state
    colors
    See Also