KaxTabCtrlDesignerInitializeNewComponent Method |
Namespace: Kettic.AspNet.Controls.DesignAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override void InitializeNewComponent(
IDictionary defaultValues
)
Public Overrides Sub InitializeNewComponent (
defaultValues As IDictionary
)
public:
virtual void InitializeNewComponent(
IDictionary^ defaultValues
) override
abstract InitializeNewComponent :
defaultValues : IDictionary -> unit
override InitializeNewComponent :
defaultValues : IDictionary -> unit
Parameters
- defaultValues
- Type: System.CollectionsIDictionary
Implements
IComponentInitializerInitializeNewComponent(IDictionary)
See Also