ConsoleNode.UseActionText Property
Gets or sets whether this ConsoleNode object should use its own display text or that of a referenced ConsoleAction object.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property UseActionText As Boolean
Get
Set
'Usage
Dim instance As ConsoleNode
Dim value As Boolean
value = instance.UseActionText
instance.UseActionText = value
public bool UseActionText { get; set; }
Property Value
Type: System.Boolean
A Boolean value representing whether the Text() property of the referenced ConsoleAction should be used in place of the Text property of this ConsoleNode.