'Declaration Public Overloads Function Add( _ ByVal text As System.String _ ) As RibbonButton
public RibbonButton Add( System.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 System.String _ ) As RibbonButton
public RibbonButton Add( System.string text )