Bookmark.Name Property

T3000 CrossPlatform

BookmarkName Property

[This is preliminary documentation and is subject to change.]

Name of bookmark

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public string Name { get; set; }
Public Property Name As String
	Get
	Set

Dim instance As Bookmark
Dim value As String

value = instance.Name

instance.Name = value

Property Value

Type: String
See Also