BCGControlBar Library for .NET
DrawOutlookCaptionDef Constructor




The graphics to draw on.
The rectangular area to draw a caption.
The  object  of a type OutlookBarCaption or OutlookBarControl  to draw a caption.
Initializes a new instance of the DrawOutlookCaptionDef 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 DrawOutlookCaptionDef(grph, rect, obj)
public DrawOutlookCaptionDef( 
   Graphics grph,
   Rectangle rect,
   object obj
)
public: DrawOutlookCaptionDef( 
   Graphics* grph,
   Rectangle rect,
   Object* obj
)
public:
DrawOutlookCaptionDef( 
   Graphics^ grph,
   Rectangle rect,
   Object^ obj
)

Parameters

grph
The graphics to draw on.
rect
The rectangular area to draw a caption.
obj
The  object  of a type OutlookBarCaption or OutlookBarControl  to draw a caption.
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

DrawOutlookCaptionDef Class
DrawOutlookCaptionDef Members

Send Feedback