BCGControlBar Library for .NET
OnFillFloatingBarCaption Method (VisualManager)




A DrawControlBarCaptionDef object associated with a floating command bar to draw a caption.
Called by the framework on redrawing the caption area of the command bar in floating state. Fills a caption of the floating bar by standard color according  to the activity of the command bar and returns a color of the text to draw on the caption of the command bar.
Syntax
'Declaration
 
Public Overridable Function OnFillFloatingBarCaption( _
   ByVal vd As DrawControlBarCaptionDef _
) As Color
'Usage
 
Dim instance As VisualManager
Dim vd As DrawControlBarCaptionDef
Dim value As Color
 
value = instance.OnFillFloatingBarCaption(vd)
public virtual Color OnFillFloatingBarCaption( 
   DrawControlBarCaptionDef vd
)
public: virtual Color OnFillFloatingBarCaption( 
   DrawControlBarCaptionDef* vd
) 
public:
virtual Color OnFillFloatingBarCaption( 
   DrawControlBarCaptionDef^ vd
) 

Parameters

vd
A DrawControlBarCaptionDef object associated with a floating command bar 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

VisualManager Class
VisualManager Members

Send Feedback