ComponentOne RichTextBox for UWP
NavigationMode Enumeration

C1.Xaml.RichTextBox Namespace : NavigationMode Enumeration
Defines the mode in which C1RichTextBox fires C1RichTextBox.RequestNavigate events.
Syntax
'Declaration
 
Public Enum NavigationMode 
   Inherits System.Enum
public enum NavigationMode : System.Enum 
Members
MemberDescription
AlwaysThe event is fired when the user clicks/taps on a C1.Xaml.RichTextBox.Documents.C1Hyperlink. In the case of Silverlight, a hand cursor is shown when the mouse hovers the C1.Xaml.RichTextBox.Documents.C1Hyperlink.
NeverThe event is never fired.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.RichTextBox.NavigationMode

See Also

Reference

C1.Xaml.RichTextBox Namespace