Defines the mode in which C1RichTextBox fires RequestNavigate events.
Namespace:
C1.Phone.RichTextBoxAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
C# |
---|
public enum NavigationMode |
Visual Basic |
---|
Public Enumeration NavigationMode |
XAML Attribute Usage |
---|
<object property="enumerationMemberName" .../> |
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. |