SftPrintPreview/OCX 1.0

SftPrintPreview.Info Property

Softel vdm, Inc.

Returns information about the control and its environment.

Syntax       

Get

VB.NET

Information = object.Info  As SftPrintPreviewInfo

VB

Information = object.Info  As SftPrintPreviewInfo

C#.NET

SftPrintPreviewInfo Information = object.Info;

VC++

struct SftPrintPreviewInfo Information = object->Info;
struct SftPrintPreviewInfo Information = object->GetInfo();

C

HRESULT object->get_Info(struct SftPrintPreviewInfo* Information);

Delphi

Information := object.Info  : OleVariant;

object

A SftPrintPreview object.

Information

Returns information about the control and its environment.

Comments

The Info property returns information about the control and its environment.

The GetInfo method and the Info property are functionally equivalent and return the same information. 


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