C# Class Open.Testing.Views.SidebarView

The view for the side-bar.
Inheritance: TestHarnessViewBase
显示文件 Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Methods

Method Description
SidebarView ( ) : System

Constructor.

Protected Methods

Method Description
OnDisposed ( ) : void
OnUpdateLayout ( ) : void

Private Methods

Method Description
OnSizeChanged ( object sender, EventArgs e ) : void
SyncRootListHeight ( ) : void

Method Details

OnDisposed() protected method

protected OnDisposed ( ) : void
return void

OnUpdateLayout() protected method

protected OnUpdateLayout ( ) : void
return void

SidebarView() public method

Constructor.
public SidebarView ( ) : System
return System