|
|
|
|
|
SftPrintPreview.RenderRichEditX Property |
Returns a function that implements RichEdit control rendering.
Syntax
|
VB.NET |
Callback = object.RenderRichEditX As Integer |
||
|
VB |
Callback = object.RenderRichEditX As Long |
||
|
C#.NET |
int Callback = object.RenderRichEditX; |
||
|
VC++ |
long Callback = object->RenderRichEditX;
|
||
|
C |
HRESULT object->get_RenderRichEditX(long* Callback); |
||
|
Delphi |
Callback := object.RenderRichEditX : Integer; |
||
object
A SftPrintPreview object.
Callback
Returns a function that implements RichEdit control rendering.
Comments
The RenderRichEditX 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.