Defines the mode in which C1RichTextBox fires RequestNavigate events.
Namespace:
C1.Silverlight.RichTextBoxAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
C# |
---|
public enum NavigationMode |
Visual Basic |
---|
Public Enumeration NavigationMode |
Members
Member name | Description | |
---|---|---|
Never | The event is never fired. | |
Always | The event is fired when the user clicks/taps on a C1Hyperlink. In the case of Silverlight, a hand cursor is shown when the mouse hovers the C1Hyperlink. | |
OnControlKey | The event is fired when the user clicks on a C1Hyperlink and the control key is pressed. A hand cursor is shown when the mouse hovers a C1Hyperlink and the control key is pressed. |