BCGControlBar Library for .NET
IsConnectPopupMenuBarToParentButton Method (VisualManager)




Specifies the orientation of the top level toolbar.
Specifies if the popup menu should be connected with its parent menu button.
Syntax
'Declaration
 
Public Overridable Function IsConnectPopupMenuBarToParentButton( _
   ByVal horz As Boolean, _
   ByVal smartMode As Boolean _
) As Boolean
'Usage
 
Dim instance As VisualManager
Dim horz As Boolean
Dim smartMode As Boolean
Dim value As Boolean
 
value = instance.IsConnectPopupMenuBarToParentButton(horz, smartMode)
public virtual bool IsConnectPopupMenuBarToParentButton( 
   bool horz,
   bool smartMode
)
public: virtual bool IsConnectPopupMenuBarToParentButton( 
   bool horz,
   bool smartMode
) 
public:
virtual bool IsConnectPopupMenuBarToParentButton( 
   bool horz,
   bool smartMode
) 

Parameters

horz
Specifies the orientation of the top level toolbar.
smartMode
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