Search
ScrollBarDrawEventArgs Constructor
See Also
 





Intializes a new instance of the ScrollBarDrawEventArgs class.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public ScrollBarDrawEventArgs (
    ScrollBarDrawElement element,
    Graphics graphics,
    Rectangle bounds
)

Visual Basic  Copy Code

Public New ( _
    element As ScrollBarDrawElement, _
    graphics As Graphics, _
    bounds As Rectangle _
)

 Parameters

element

graphics

bounds

 See Also