ConsoleAction.DisplayText Property
Gets or sets the text to be displayed as part of this ConsoleAction object.
Namespace: Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overridable Property DisplayText As String
Get
Set
'Usage
Dim instance As ConsoleAction
Dim value As String
value = instance.DisplayText
instance.DisplayText = value
public virtual string DisplayText { get; set; }
Property Value
Type: System.String
The text to be shown as part of this ConsoleAction object.
Remarks
When this ConsoleAction appears in the UI, this text appears as part of what is displayed.
See Also
Reference
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace