BCGControlBar Library for .NET
GetCaptionButtonExtraBorder Method




Contains the extra size of the border of the caption buttons. The extra size specifies the space between the internal image of the  caption button and its border.  Called by the framework to define the default size of the caption command buttons. In default implementation this function returns a zero size.
Syntax
'Declaration
 
Public Overridable Function GetCaptionButtonExtraBorder() As Size
'Usage
 
Dim instance As VisualManager
Dim value As Size
 
value = instance.GetCaptionButtonExtraBorder()
public virtual Size GetCaptionButtonExtraBorder()
public: virtual Size GetCaptionButtonExtraBorder(); 
public:
virtual Size GetCaptionButtonExtraBorder(); 
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