C# Class NetIde.Services.CommandManager.CommandBarWindow

Inheritance: NetIde.Shell.NiWindowPane
显示文件 Open project: netide/netide Class Usage Examples

Public Methods

Method Description
CommandBarWindow ( System.Guid id ) : System
GetPreferredSize ( Size proposedSize ) : Size
Initialize ( ) : HResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

CommandBarWindow() public method

public CommandBarWindow ( System.Guid id ) : System
id System.Guid
return System

Dispose() protected method

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

GetPreferredSize() public method

public GetPreferredSize ( Size proposedSize ) : Size
proposedSize System.Drawing.Size
return System.Drawing.Size

Initialize() public method

public Initialize ( ) : HResult
return HResult