Removes buttons from the toolbar.

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public void RemoveButton(
	string name
)
Visual Basic
Public Sub RemoveButton ( 
	name As String
)
Visual C++
public:
void RemoveButton(
	String^ name
)
F#
member RemoveButton : 
        name : string -> unit 

Parameters

name
Type: System..::..String
Name of the button to remove.

See Also