'Declaration
Public Overloads Function Add( _ ByVal text As String _ ) As RibbonButton
public RibbonButton Add( string text )
Parameters
- text
- The text to display on the new button.
Return Value
The newly created RibbonButton object.
'Declaration
Public Overloads Function Add( _ ByVal text As String _ ) As RibbonButton
public RibbonButton Add( string text )