BCGControlBar Library for .NET
BuildCaptionRect(Boolean) Method




Indicates, if  the area of caption button's location should be take into consideration on definition the caption's boundaries.
Specifies the caption's boundaries of the floating CommandBar.
Syntax
'Declaration
 
Public Overloads Overridable Function BuildCaptionRect( _
   ByVal clipCaptionButtons As Boolean _
) As Rectangle
'Usage
 
Dim instance As CommandBar
Dim clipCaptionButtons As Boolean
Dim value As Rectangle
 
value = instance.BuildCaptionRect(clipCaptionButtons)
public virtual Rectangle BuildCaptionRect( 
   bool clipCaptionButtons
)
public: virtual Rectangle BuildCaptionRect( 
   bool clipCaptionButtons
) 
public:
virtual Rectangle BuildCaptionRect( 
   bool clipCaptionButtons
) 

Parameters

clipCaptionButtons
Indicates, if  the area of caption button's location should be take into consideration on definition the caption's boundaries.
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

CommandBar Class
CommandBar Members
Overload List

Send Feedback