T3000 CrossPlatform Documentation
BaseBookmarks Class |
[This is preliminary documentation and is subject to change.]
Base class for bookmark collection
Inheritance Hierarchy
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
The BaseBookmarks type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BaseBookmarks | Initializes a new instance of the BaseBookmarks class |
Properties
Name | Description | |
---|---|---|
Count | ||
IsReadOnly |
Methods
Name | Description | |
---|---|---|
Add(Int32) | ||
Add(Bookmark) | ||
Add(Int32, String) | ||
Clear | ||
Contains(Int32) | ||
Contains(Bookmark) | ||
CopyTo | ||
Dispose | Releases all resources used by the BaseBookmarks | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBookmark | ||
GetEnumerator | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove(Int32) | ||
Remove(Bookmark) | ||
ToString | (Inherited from Object.) |
See Also