ACPAddIn.ThisAddIn.InitializeControls C# (CSharp) Method

InitializeControls() private method

private InitializeControls ( ) : void
return void
        private void InitializeControls() {
            this.CustomTaskPanes = Globals.Factory.CreateCustomTaskPaneCollection(null, null, "CustomTaskPanes", "CustomTaskPanes", this);
            this.VstoSmartTags = Globals.Factory.CreateSmartTagCollection(null, null, "VstoSmartTags", "VstoSmartTags", this);
        }