BCGControlBar Library for .NET
SetRelatedMenuButtons Method (ToolbarMenuButton)




A form to be related
Teh type of the form to be set as related.
Sets teh MDI form associated with the current ToolBarbutton.
Syntax
'Declaration
 
Public Sub SetRelatedMenuButtons( _
   ByVal form As Form, _
   ByVal formType As Type _
) 
'Usage
 
Dim instance As ToolbarMenuButton
Dim form As Form
Dim formType As Type
 
instance.SetRelatedMenuButtons(form, formType)
public void SetRelatedMenuButtons( 
   Form form,
   Type formType
)
public: void SetRelatedMenuButtons( 
   Form* form,
   Type* formType
) 
public:
void SetRelatedMenuButtons( 
   Form^ form,
   Type^ formType
) 

Parameters

form
A form to be related
formType
Teh type of the form to be set as related.
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

ToolbarMenuButton Class
ToolbarMenuButton Members

Send Feedback