PopoutMenu.LabelText Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property LabelText As String
Get
Set
'Usage
Dim instance As PopoutMenu
Dim value As String
value = instance.LabelText
instance.LabelText = value
public string LabelText { get; set; }
Property Value
Type: System.String