BCGControlBar Library for .NET
DrawRibbonQATBackDef Constructor




The graphics to draw Quick Access Toolbar.
The boundaries of the area to redraw.
The QAT to be redrawn.
Initializes a new instance of DrawRibbonQATBackDef class.
Syntax
'Declaration
 
Public Function New( _
   ByVal grph As Graphics, _
   ByVal rect As Rectangle, _
   ByVal obj As Object _
)
'Usage
 
Dim grph As Graphics
Dim rect As Rectangle
Dim obj As Object
 
Dim instance As New DrawRibbonQATBackDef(grph, rect, obj)
public DrawRibbonQATBackDef( 
   Graphics grph,
   Rectangle rect,
   object obj
)
public: DrawRibbonQATBackDef( 
   Graphics* grph,
   Rectangle rect,
   Object* obj
)
public:
DrawRibbonQATBackDef( 
   Graphics^ grph,
   Rectangle rect,
   Object^ obj
)

Parameters

grph
The graphics to draw Quick Access Toolbar.
rect
The boundaries of the area to redraw.
obj
The QAT to be redrawn.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DrawRibbonQATBackDef Class
DrawRibbonQATBackDef Members

Send Feedback