BCGControlBar Library for .NET
GetCaptionButtonTopOffset Method (VisualManager)




Syntax
'Declaration
 
Public Overridable Function GetCaptionButtonTopOffset( _
   ByVal form As Form, _
   ByVal borderSize As Size _
) As Integer
'Usage
 
Dim instance As VisualManager
Dim form As Form
Dim borderSize As Size
Dim value As Integer
 
value = instance.GetCaptionButtonTopOffset(form, borderSize)
public virtual int GetCaptionButtonTopOffset( 
   Form form,
   Size borderSize
)
public: virtual int GetCaptionButtonTopOffset( 
   Form* form,
   Size borderSize
) 
public:
virtual int GetCaptionButtonTopOffset( 
   Form^ form,
   Size borderSize
) 

Parameters

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