Beispiel #1
0
        public void AddTab_basic()
        {
            // Add a tab
            SBTabProperties tabProps = new SBTabProperties();

            tabProps.Name                       = "tabname";
            tabProps.Text                       = "tabtext";
            tabProps.Message                    = "SideBarTabClicked";
            tabProps.ConfigureMessage           = "SideBarConfigure";
            tabProps.ConfigureMenuText          = "cfgText";
            tabProps.InfoBarButtonToolTipFormat = "fmttooltip";
            m_sibAdapter.AddTab(tabProps);
        }