BCGControlBar Library for .NET
GetCaptionButtonSize Method (VisualManagerCarbon)




Syntax
'Declaration
 
Public Overrides Function GetCaptionButtonSize( _
   ByVal form As Form, _
   ByVal htButton As HitTest _
) As Size
'Usage
 
Dim instance As VisualManagerCarbon
Dim form As Form
Dim htButton As HitTest
Dim value As Size
 
value = instance.GetCaptionButtonSize(form, htButton)
public override Size GetCaptionButtonSize( 
   Form form,
   HitTest htButton
)
public: Size GetCaptionButtonSize( 
   Form* form,
   HitTest htButton
) override 
public:
Size GetCaptionButtonSize( 
   Form^ form,
   HitTest htButton
) override 

Parameters

form
htButton
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

VisualManagerCarbon Class
VisualManagerCarbon Members
Base Implementation in GetCaptionButtonSize

Send Feedback