RichTextBox for WinRT
MakeList(C1TextRange,TextMarkerStyle) Method


Makes a list with the specified style from the blocks in a range.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Overloads Shared Function MakeList( _
   ByVal range As C1TextRange, _
   ByVal style As TextMarkerStyle _
) As C1List
'Usage
 
Dim range As C1TextRange
Dim style As TextMarkerStyle
Dim value As C1List
 
value = EditExtensions.MakeList(range, style)
[System.Runtime.CompilerServices.Extension()]
public static C1List MakeList( 
   C1TextRange range,
   TextMarkerStyle style
)

Parameters

range
style
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

EditExtensions Class
EditExtensions Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback