BCGControlBar Library for .NET
GetCaptionButtonSize Method (VisualManager)




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

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

VisualManager Class
VisualManager Members

Send Feedback