RibbonButton Constructor(String)
In This Topic
Creates a new instance of
RibbonButton.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public RibbonButton(
string
)
Parameters
- text
- The initial value for the RibbonButton.Text property.
See Also