BCGControlBar Library for .NET
GetSeparatorWidth Method (VisualManager)




Specifies if the separator is located on the popup menu.
Call this function to determine the width of the vertically located or the height of the horizontally located separator, in pixel. The default value is 4 pixel.
Syntax
'Declaration
 
Public Overridable Function GetSeparatorWidth( _
   ByVal popupMenu As Boolean _
) As Integer
'Usage
 
Dim instance As VisualManager
Dim popupMenu As Boolean
Dim value As Integer
 
value = instance.GetSeparatorWidth(popupMenu)
public virtual int GetSeparatorWidth( 
   bool popupMenu
)
public: virtual int GetSeparatorWidth( 
   bool popupMenu
) 
public:
virtual int GetSeparatorWidth( 
   bool popupMenu
) 

Parameters

popupMenu
Specifies if the separator is located on the popup menu.
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