NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolBar.RemoveOnButtonDropDown

Removes the given handler for the "buttonDropDown" event. If there are duplicate entries, ALL are removed.

[Visual Basic]
Public Sub RemoveOnButtonDropDown( _
   ByVal handler As ToolBarButtonClickEventHandler _
)
[C#]
public void RemoveOnButtonDropDown(
   ToolBarButtonClickEventHandler handler
);
[C++]
public: void RemoveOnButtonDropDown(
   ToolBarButtonClickEventHandler* handler
);
[JScript]
public function RemoveOnButtonDropDown(
   handler : ToolBarButtonClickEventHandler
);

Parameters

handler
Event handler to be removed.

See Also

ToolBar Class | ToolBar Members | System.WinForms Namespace