TXTextControl.DocumentLink.AutoGenerationType |
Gets the type of auto-generation. |
TXTextControl.DocumentLink.DocumentTarget |
Gets or sets an object of the type DocumentTarget specifying to where the link points. |
TXTextControl.DocumentLinkCollection.Item |
Gets the field with the specified number from the collection. |
TXTextControl.DocumentLinkEventArgs.DocumentLink |
Gets an object that represents the clicked document link. |
TXTextControl.DocumentTarget.AutoGenerationType |
Gets the type of auto-generation. |
TXTextControl.DocumentTarget.Bounds |
Gets the bounding rectangle of a target. |
TXTextControl.DocumentTarget.ContainsInputPosition |
Returns true, if the target's position is the same as the current text input position. |
TXTextControl.DocumentTarget.Deleteable |
Specifies whether the target can be deleted by the end-user while the document is being edited. |
TXTextControl.DocumentTarget.ID |
Gets or sets an identifier for the document target. |
TXTextControl.DocumentTarget.Name |
Relates a user-defined name to a target, that can be any kind of text in addition to the target's TargetName. |
TXTextControl.DocumentTarget.Start |
Gets the character position (one-based) of the target. |
TXTextControl.DocumentTarget.TargetName |
Gets or sets the target name. |
TXTextControl.DocumentTargetCollection.CanAdd |
Gets a value indicating whether a new document target can be inserted at the current text input position. |
TXTextControl.DocumentTargetCollection.Count |
Gets the number of elements contained in the collection. |
TXTextControl.DocumentTargetCollection.IsSynchronized |
Returns true if the collection is designed to be thread safe, otherwise, it returns false. |
TXTextControl.DocumentTargetCollection.Item |
Gets the field with the specified number from the collection. |
TXTextControl.DocumentTargetCollection.SyncRoot |
Gets an object that can be used to synchronize access to the collection. |
TXTextControl.DocumentTargetEventArgs.DocumentTarget |
Gets an object that represents the document target which causes the event. |
TXTextControl.HypertextLink.Target |
Gets or sets a string that specifies the target to where the hypertext link points. |
TXTextControl.HypertextLinkCollection.Item |
Gets the field with the specified number from the collection. |
TXTextControl.HypertextLinkEventArgs.HypertextLink |
Gets an object that represents the clicked hypertext link. |
TXTextControl.ServerTextControl.DocumentLinks |
Gets a collection of all links that point to targets in the same document. |
TXTextControl.ServerTextControl.DocumentTargets |
Gets a collection of all targets in the document. |
TXTextControl.ServerTextControl.HypertextLinks |
Gets a collection of all hypertext links contained in the main text of the document. |