RichTextBox for WinRT
C1RangeStyle Constructor(C1TextRange,C1TextElementStyle)


The value to initialize the Range property.
The value to initialize the Style property.
Initializes a new C1RangeStyle object.
Syntax
'Declaration
 
Public Function New( _
   ByVal range As C1TextRange, _
   ByVal style As C1TextElementStyle _
)
'Usage
 
Dim range As C1TextRange
Dim style As C1TextElementStyle
 
Dim instance As New C1RangeStyle(range, style)
public C1RangeStyle( 
   C1TextRange range,
   C1TextElementStyle style
)

Parameters

range
The value to initialize the Range property.
style
The value to initialize the Style property.
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

C1RangeStyle Class
C1RangeStyle Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback