C# Class NSwagStudio.Controls.TabContent.ContentManager

Mostra file Open project: NSwag/NSwag

Public Methods

Method Description
ContentManager ( System.Windows.Controls.TabControl tabControl, System.Windows.Controls.Decorator border ) : System
ReplaceContainer ( System.Windows.Controls.Decorator newBorder ) : void
UpdateSelectedTab ( ) : void

Private Methods

Method Description
GetCurrentContent ( ) : ContentControl

Method Details

ContentManager() public method

public ContentManager ( System.Windows.Controls.TabControl tabControl, System.Windows.Controls.Decorator border ) : System
tabControl System.Windows.Controls.TabControl
border System.Windows.Controls.Decorator
return System

ReplaceContainer() public method

public ReplaceContainer ( System.Windows.Controls.Decorator newBorder ) : void
newBorder System.Windows.Controls.Decorator
return void

UpdateSelectedTab() public method

public UpdateSelectedTab ( ) : void
return void