Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / RichText Class / FromRichEdit Method


In This Topic
FromRichEdit Method
In This Topic
Creates a RichEdit object from a rich edit control which supports Text Object Model (TOM).
Syntax
'Declaration
 
Public Shared Function FromRichEdit( _
   ByVal handle As IntPtr _
) As RichText
 
'Usage
 
Dim handle As IntPtr
Dim value As RichText
 
value = RichText.FromRichEdit(handle)

Parameters

handle
See Also