SftMask/OCX 6.5

SftMask.Caption Property

Softel vdm, Inc.

Returns the SftMaskCaption object.

Syntax       

Get

VB.NET

refCaptionObj = object.Caption  As SftMaskCaption

VB

Set refCaptionObj = object.Caption  As SftMaskCaption

C#.NET

SftMaskCaption refCaptionObj = object.Caption;

VC++

ISftMaskCaption* refCaptionObj = object->Caption;
ISftMaskCaption* refCaptionObj = object->GetCaption();

C

HRESULT object->get_Caption(ISftMaskCaption** refCaptionObj);

Delphi

refCaptionObj := object.Caption  : ISftMaskCaption;

object

A SftMask object.

refCaptionObj

Returns the SftMaskCaption object.

Comments

The Caption property returns the SftMaskCaption object.

The properties of the built-in caption can be updated using the returned SftMaskCaption object.


Feedback / comments / error reports for this topic
© 2000, 2008 - Softel vdm, Inc. - www.softelvdm.com