Search
LayerListView.ActiveButtonTooltip Property
See Also
 





Gets or sets the tooltip for the 'Active Layer' button in each item.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public string ActiveButtonTooltip { get; set; }

Visual Basic  Copy Code

Public Property ActiveButtonTooltip As String

 Property Value

A string value. The default is "Active Layer".

 See Also