C# Class NetIde.Services.Shell.DockContent

Inheritance: Support.DockContent
Mostra file Open project: netide/netide Class Usage Examples

Public Methods

Method Description
DockContent ( INiWindowPane windowPane, NiDockStyle dockStyle, NiToolWindowOrientation orientation ) : System
GetProxy ( ) : INiWindowFrame
RaiseClose ( NiFrameCloseMode closeMode, bool &cancel ) : void
RaiseShow ( NiWindowShow show ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnFormClosing ( FormClosingEventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

DockContent() public method

public DockContent ( INiWindowPane windowPane, NiDockStyle dockStyle, NiToolWindowOrientation orientation ) : System
windowPane INiWindowPane
dockStyle NiDockStyle
orientation NiToolWindowOrientation
return System

GetProxy() public method

public GetProxy ( ) : INiWindowFrame
return INiWindowFrame

OnFormClosing() protected method

protected OnFormClosing ( FormClosingEventArgs e ) : void
e System.Windows.Forms.FormClosingEventArgs
return void

RaiseClose() public method

public RaiseClose ( NiFrameCloseMode closeMode, bool &cancel ) : void
closeMode NiFrameCloseMode
cancel bool
return void

RaiseShow() public method

public RaiseShow ( NiWindowShow show ) : void
show NiWindowShow
return void