BCGControlBar Library for .NET
FillInterior Method (OutlookMenuItem)




A graphics surface to fill background.
A boundaries of the area to fill.
True, if the OutlookMenuItem is highlighted, otherwise, false.
Fills the background of the OutlookMenuItem.
Syntax
'Declaration
 
Public Overridable Sub FillInterior( _
   ByVal graphics As Graphics, _
   ByVal rect As Rectangle, _
   ByVal bHighlight As Boolean _
) 
'Usage
 
Dim instance As OutlookMenuItem
Dim graphics As Graphics
Dim rect As Rectangle
Dim bHighlight As Boolean
 
instance.FillInterior(graphics, rect, bHighlight)
public virtual void FillInterior( 
   Graphics graphics,
   Rectangle rect,
   bool bHighlight
)
public: virtual void FillInterior( 
   Graphics* graphics,
   Rectangle rect,
   bool bHighlight
) 
public:
virtual void FillInterior( 
   Graphics^ graphics,
   Rectangle rect,
   bool bHighlight
) 

Parameters

graphics
A graphics surface to fill background.
rect
A boundaries of the area to fill.
bHighlight
True, if the OutlookMenuItem is highlighted, otherwise, false.
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

OutlookMenuItem Class
OutlookMenuItem Members

Send Feedback