In This Topic
Removes the first occurrence of a
RibbonButton with the specified text from this collection.
Syntax
'Declaration
Public Overloads Sub Remove( _
ByVal As String _
)
public void Remove(
string
)
Parameters
- text
- The text to search for, case-sensitive.
See Also