Version

GetCalcSettings Method

Gets the CalcSettings for the extended element specified.
Syntax
'Declaration
 
Public Function GetCalcSettings( _
   ByVal control As Control _
) As CalcSettings
public CalcSettings GetCalcSettings( 
   Control control
)

Parameters

control
The web element to retrieve the CalcSettings instance of.

Return Value

The CalcSettings instance responsible for acting as a bridge to the extended element within the calculation network.
Remarks

This method creates a new CalcSettings instance for the control when one did not previously exist.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also