|
|
|
SftMask.Calculator Property |
Returns the SftMaskCalculator object.
Syntax
VB.NET |
refCalculatorObj = object.Calculator As SftMaskCalculator |
||
VB |
Set refCalculatorObj = object.Calculator As SftMaskCalculator |
||
C#.NET |
SftMaskCalculator refCalculatorObj = object.Calculator; |
||
VC++ |
ISftMaskCalculator* refCalculatorObj = object->Calculator;
|
||
C |
HRESULT object->get_Calculator(ISftMaskCalculator** refCalculatorObj); |
||
Delphi |
refCalculatorObj := object.Calculator : ISftMaskCalculator; |
object
A SftMask object.
refCalculatorObj
Returns the SftMaskCalculator object.
Comments
The Calculator property returns the SftMaskCalculator object.
The properties of the popup calculator can be updated using the returned SftMaskCalculator object.