SftPrintPreview/OCX 1.0

SftPrintPreview.RenderRichEditX Property

Softel vdm, Inc.

Returns a function that implements RichEdit control rendering.

Syntax       

Get

VB.NET

Callback = object.RenderRichEditX  As Integer

VB

Callback = object.RenderRichEditX  As Long

C#.NET

int Callback = object.RenderRichEditX;

VC++

long Callback = object->RenderRichEditX;
long Callback = object->GetRenderRichEditX();

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. 


Feedback / comments / error reports for this topic
© 2004 - Softel vdm, Inc. - www.windowscontrols.com