|
|
|
SftMask.Contents Property |
Returns the SftMaskContents object.
Syntax
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;
|
||
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.