RichTextBox for WinRT
ReturnMode Enumeration


Defines the way in which C1RichTextBox handles the return key.
Syntax
'Declaration
 
Public Enum ReturnMode 
   Inherits System.Enum
'Usage
 
Dim instance As ReturnMode
public enum ReturnMode : System.Enum 
Members
MemberDescription
DefaultThe Return key inserts soft line breaks if shift is held, and hard line breaks otherwise.
HardLineBreakThe Return key inserts hard line breaks.
SoftLineBreakThe Return key inserts soft line breaks.
Inheritance Hierarchy

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

Requirements

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

See Also

Reference

C1.Xaml.RichTextBox Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback