C1.WPF.RichTextBox Namespace : NavigationMode Enumeration |
'Declaration
Public Enum NavigationMode Inherits System.Enum
public enum NavigationMode : System.Enum
Member | Description |
---|---|
Always | The event is fired when the user clicks/taps on a C1.WPF.RichTextBox.Documents.C1Hyperlink. In the case of Silverlight, a hand cursor is shown when the mouse hovers the C1.WPF.RichTextBox.Documents.C1Hyperlink. |
Never | The event is never fired. |
OnControlKey | The event is fired when the user clicks on a C1.WPF.RichTextBox.Documents.C1Hyperlink and the control key is pressed. A hand cursor is shown when the mouse hovers a C1Hyperlink and the control key is pressed. |
System.Object
System.ValueType
System.Enum
C1.WPF.RichTextBox.NavigationMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2