C# Class NetIde.Util.Forms.VS2012ToolStripExtender

Afficher le fichier Open project: netide/netide

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public CanExtend ( object extendee ) : bool
extendee object
Résultat bool

Dispose() protected méthode

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

SetEnableVS2012Style() public méthode

public SetEnableVS2012Style ( ToolStrip strip, bool enable ) : void
strip ToolStrip
enable bool
Résultat void

VS2012ToolStripExtender() public méthode

public VS2012ToolStripExtender ( ) : System
Résultat System

VS2012ToolStripExtender() public méthode

public VS2012ToolStripExtender ( IContainer container ) : System
container IContainer
Résultat System