BCGControlBar Library for .NET
DrawRibbonStatusBarDef Constructor




A graphics to redraw.
The boundaries of the area to be redrawn.
The RibbonStatusBar object to redraw.
Initializes a new instance of the DrawRibbonStatusBarDef 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 DrawRibbonStatusBarDef(grph, rect, obj)
public DrawRibbonStatusBarDef( 
   Graphics grph,
   Rectangle rect,
   object obj
)
public: DrawRibbonStatusBarDef( 
   Graphics* grph,
   Rectangle rect,
   Object* obj
)
public:
DrawRibbonStatusBarDef( 
   Graphics^ grph,
   Rectangle rect,
   Object^ obj
)

Parameters

grph
A graphics to redraw.
rect
The boundaries of the area to be redrawn.
obj
The RibbonStatusBar object to redraw.
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

DrawRibbonStatusBarDef Class
DrawRibbonStatusBarDef Members

Send Feedback