Gets or sets a value indicating whether the title of the selected bookmark can be edited.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public bool TitleEdit { get; set; }
Visual Basic
Public Property TitleEdit As Boolean
	Get
	Set

Remarks

Similar to the LabelEdit property of the TreeView control.

See Also