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