C# Class NetIde.Util.Forms.VS2012ToolStripExtender

ファイルを表示 Open project: netide/netide

Public Methods

Method Description
CanExtend ( object extendee ) : bool
SetEnableVS2012Style ( ToolStrip strip, bool enable ) : void
VS2012ToolStripExtender ( ) : System
VS2012ToolStripExtender ( IContainer container ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GetEnableVS2012Style ( ToolStrip strip ) : bool
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

CanExtend() public method

public CanExtend ( object extendee ) : bool
extendee object
return bool

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

SetEnableVS2012Style() public method

public SetEnableVS2012Style ( ToolStrip strip, bool enable ) : void
strip ToolStrip
enable bool
return void

VS2012ToolStripExtender() public method

public VS2012ToolStripExtender ( ) : System
return System

VS2012ToolStripExtender() public method

public VS2012ToolStripExtender ( IContainer container ) : System
container IContainer
return System