Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether this ConsoleNode object should use its own ImageUrl property or that of the referenced ConsoleAction object.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property UseActionImageUrl As Boolean
Get
Set
'Usage
Dim instance As ConsoleNode
Dim value As Boolean
value = instance.UseActionImageUrl
instance.UseActionImageUrl = value
public bool UseActionImageUrl { get; set; }
Property Value
Type: System.Boolean
A Boolean value representing whether the ImageUrl property of the referenced ConsoleAction should be used in place of the same property of this ConsoleNode.