Class TextLinkTag
Inheritance
System.Object
TextLinkTag
Implements
Robust.Client.UserInterface.RichText.IMarkupTag
Namespace: Content.Client.Guidebook.RichText
Assembly: Content.Client.dll
Syntax
public sealed class TextLinkTag : object, IMarkupTag
Fields
| Improve this Doc View SourceControl
Declaration
public Control Control
Field Value
Type | Description |
---|---|
Robust.Client.UserInterface.Control |
Properties
| Improve this Doc View SourceName
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceTryGetControl(MarkupNode, out Control)
Declaration
public bool TryGetControl(MarkupNode node, out Control control)
Parameters
Type | Name | Description |
---|---|---|
Robust.Shared.Utility.MarkupNode | node | |
Robust.Client.UserInterface.Control | control |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
Robust.Client.UserInterface.RichText.IMarkupTag