|
|
|
|
|
SftPrintPreview.RenderRichEdit Property |
Returns a function that implements RichEdit control rendering.
Syntax
|
VB.NET |
Callback = object.RenderRichEdit As VT_VOID |
||
|
VB |
Set Callback = object.RenderRichEdit As VT_VOID |
||
|
C#.NET |
void Callback = object.RenderRichEdit; |
||
|
VC++ |
void* Callback = object->RenderRichEdit;
|
||
|
C |
HRESULT object->get_RenderRichEdit(void** Callback); |
||
|
Delphi |
Callback := object.RenderRichEdit : VT_VOID; |
||
object
A SftPrintPreview object.
Callback
Returns a function that implements RichEdit control rendering.
Comments
The RenderRichEdit property returns a function that implements RichEdit control rendering.
The RenderRichEdit or RenderRichEditX properties are functionally equivalent, but use different data types.
The value returned by the RenderRichEdit property is used as CallbackPointer for the ContentProviderCallback or ContentProviderCallbackX methods and implements the RichEdit control rendering.