BCGControlBar Library for .NET
DrawRibbonCategoryItemDef Constructor




The graphics to draw on.
The rectangular area to draw a Category Item.
The Category Item to redraw.
Initializes an instance of DrawRibbonCategoryItemDef.
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 DrawRibbonCategoryItemDef(grph, rect, obj)
public DrawRibbonCategoryItemDef( 
   Graphics grph,
   Rectangle rect,
   object obj
)
public: DrawRibbonCategoryItemDef( 
   Graphics* grph,
   Rectangle rect,
   Object* obj
)
public:
DrawRibbonCategoryItemDef( 
   Graphics^ grph,
   Rectangle rect,
   Object^ obj
)

Parameters

grph
The graphics to draw on.
rect
The rectangular area to draw a Category Item.
obj
The Category Item 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

DrawRibbonCategoryItemDef Class
DrawRibbonCategoryItemDef Members

Send Feedback