TSF.UmlToolingFramework.Wrappers.EA.Model.addTab C# (CSharp) Method

addTab() public method

public addTab ( string title, string fullControlName ) : UserControl
title string
fullControlName string
return System.Windows.Forms.UserControl
        public UserControl addTab(string title, string fullControlName)
        {
            return this.wrappedModel.AddTab(title,fullControlName) as UserControl;
        }