SftMask/OCX 6.5

SftMask.Contents Property

Softel vdm, Inc.

Returns the SftMaskContents object.

Syntax       

Get

VB.NET

refContentsObj = object.Contents  As SftMaskContents

VB

Set refContentsObj = object.Contents  As SftMaskContents

C#.NET

SftMaskContents refContentsObj = object.Contents;

VC++

ISftMaskContents* refContentsObj = object->Contents;
ISftMaskContents* refContentsObj = object->GetContents();

C

HRESULT object->get_Contents(ISftMaskContents** refContentsObj);

Delphi

refContentsObj := object.Contents  : ISftMaskContents;

object

A SftMask object.

refContentsObj

Returns the SftMaskContents object.

Comments

The Contents property returns the SftMaskContents object.

The contents of the control can be accessed or updated using the returned SftMaskContents object.


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