Version

CalcDropDownEditor Constructor(EmbeddableEditorOwnerBase,UltraCalculatorDropDown)

Creates a new instance of the CalcDropDownEditor class.
Syntax
'Declaration
 
Public Function New( _
   ByVal defaultOwner As Infragistics.Win.EmbeddableEditorOwnerBase, _
   ByVal control As UltraCalculatorDropDown _
)
public CalcDropDownEditor( 
   Infragistics.Win.EmbeddableEditorOwnerBase defaultOwner,
   UltraCalculatorDropDown control
)

Parameters

defaultOwner
The EmbeddableEditorOwnerBase-derived class that provides owner information that the primary owner does not provide.
control
An instance of the UltraCalculatorDropDown control that provides the dropdown calculator. Cannot be null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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