An array of predefined hyperlinks which will be displayed in internal links treeview as treeitem.
Namespace: RTEAssembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
| C# |
|---|
public RTEDataItem[] LinkItemArray { get; set; } |
| Visual Basic |
|---|
Public Property LinkItemArray As RTEDataItem() Get Set |
| Visual C++ |
|---|
public: property array<RTEDataItem^>^ LinkItemArray { array<RTEDataItem^>^ get (); void set (array<RTEDataItem^>^ value); } |