C# Class CodeConnect.TypeScriptSyntaxVisualizer.MyToolWindow

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane, IOleCommandTarget, IVsWindowFrameNotify3
Show file Open project: CodeConnect/TypeScriptSyntaxVisualizer

Public Methods

Method Description
MyToolWindow ( ) : System
OnClose ( uint &pgrfSaveOptions ) : int
OnDockableChange ( int fDockable, int x, int y, int w, int h ) : int
OnMove ( int x, int y, int w, int h ) : int
OnShow ( int fShow ) : int
OnSize ( int x, int y, int w, int h ) : int
OnToolWindowCreated ( ) : void

Private Methods

Method Description
MyControl ( ) : System

Method Details

MyToolWindow() public method

public MyToolWindow ( ) : System
return System

OnClose() public method

public OnClose ( uint &pgrfSaveOptions ) : int
pgrfSaveOptions uint
return int

OnDockableChange() public method

public OnDockableChange ( int fDockable, int x, int y, int w, int h ) : int
fDockable int
x int
y int
w int
h int
return int

OnMove() public method

public OnMove ( int x, int y, int w, int h ) : int
x int
y int
w int
h int
return int

OnShow() public method

public OnShow ( int fShow ) : int
fShow int
return int

OnSize() public method

public OnSize ( int x, int y, int w, int h ) : int
x int
y int
w int
h int
return int

OnToolWindowCreated() public method

public OnToolWindowCreated ( ) : void
return void