C# Class MongoGUIView.MultiTabManger

多文档视图管理
Afficher le fichier Open project: magicdict/MongoCola

Méthodes publiques

Свойство Type Description
ParentMenuItems List
ViewTabContain System.Windows.Forms.TabControl

Méthodes publiques

Méthode Description
AddView ( MongoGUIView.MultiTabControl view, string tabPageTitle, string SelectTagType ) : void

增加一个MultiTabControl

Init ( TabControl mViewTabContain, List mParentMenuItems ) : void

初始化

IsExist ( string selectObjectTag ) : bool

是否存在TabPage

RefreshSelectTab ( ) : void

刷新当前选中的Tab

RemoveView ( string selectObjectTag ) : void

删除一个视图

SelectObjectTagChanged ( string oldTag, string newTag, string tabPageTitle ) : void

由于Rename造成的SelectObjectTag变化

SelectObjectTagDeleted ( string strTag ) : void

由于Drop造成的SelectObjectTag删除

SelectObjectTagPrefixDeleted ( string strTagPrefix ) : void

SelectTab ( string dataKey ) : void

切换选中项

Private Methods

Méthode Description
RefreshMenuItem ( ) : void

刷新菜单

Method Details

AddView() public static méthode

增加一个MultiTabControl
public static AddView ( MongoGUIView.MultiTabControl view, string tabPageTitle, string SelectTagType ) : void
view MongoGUIView.MultiTabControl
tabPageTitle string
SelectTagType string
Résultat void

Init() public static méthode

初始化
public static Init ( TabControl mViewTabContain, List mParentMenuItems ) : void
mViewTabContain System.Windows.Forms.TabControl
mParentMenuItems List
Résultat void

IsExist() public static méthode

是否存在TabPage
public static IsExist ( string selectObjectTag ) : bool
selectObjectTag string
Résultat bool

RefreshSelectTab() public static méthode

刷新当前选中的Tab
public static RefreshSelectTab ( ) : void
Résultat void

RemoveView() public static méthode

删除一个视图
public static RemoveView ( string selectObjectTag ) : void
selectObjectTag string
Résultat void

SelectObjectTagChanged() public static méthode

由于Rename造成的SelectObjectTag变化
public static SelectObjectTagChanged ( string oldTag, string newTag, string tabPageTitle ) : void
oldTag string
newTag string
tabPageTitle string
Résultat void

SelectObjectTagDeleted() public static méthode

由于Drop造成的SelectObjectTag删除
public static SelectObjectTagDeleted ( string strTag ) : void
strTag string
Résultat void

SelectObjectTagPrefixDeleted() public static méthode

public static SelectObjectTagPrefixDeleted ( string strTagPrefix ) : void
strTagPrefix string
Résultat void

SelectTab() public static méthode

切换选中项
public static SelectTab ( string dataKey ) : void
dataKey string
Résultat void

Property Details

ParentMenuItems public_oe static_oe property

父菜单列表
public static List ParentMenuItems
Résultat List

ViewTabContain public_oe static_oe property

显示文档的Tab容器
public static TabControl,System.Windows.Forms ViewTabContain
Résultat System.Windows.Forms.TabControl