Text Property (RibbonTab)
In This Topic
Gets or sets the text for this tab.
Syntax
'Declaration
Public Property Text As String
'Usage
Dim instance As RibbonTab
Dim value As String
instance.Text = value
value = instance.Text
public string Text {get; set;}
See Also