KaxListBoxActionList Constructor |
Namespace: Kettic.AspNet.Controls.DesignAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxListBoxActionList(
KaxListBoxDesigner designer,
IComponent component
)
Public Sub New (
designer As KaxListBoxDesigner,
component As IComponent
)
public:
KaxListBoxActionList(
KaxListBoxDesigner^ designer,
IComponent^ component
)
new :
designer : KaxListBoxDesigner *
component : IComponent -> KaxListBoxActionList
Parameters
- designer
- Type: Kettic.AspNet.Controls.DesignKaxListBoxDesigner
- component
- Type: System.ComponentModelIComponent
See Also