C# 클래스 CodeConnect.TypeScriptSyntaxVisualizer.MyToolWindow

상속: Microsoft.VisualStudio.Shell.ToolWindowPane, IOleCommandTarget, IVsWindowFrameNotify3
파일 보기 프로젝트 열기: CodeConnect/TypeScriptSyntaxVisualizer

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
MyControl ( ) : System

메소드 상세

MyToolWindow() 공개 메소드

public MyToolWindow ( ) : System
리턴 System

OnClose() 공개 메소드

public OnClose ( uint &pgrfSaveOptions ) : int
pgrfSaveOptions uint
리턴 int

OnDockableChange() 공개 메소드

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

OnMove() 공개 메소드

public OnMove ( int x, int y, int w, int h ) : int
x int
y int
w int
h int
리턴 int

OnShow() 공개 메소드

public OnShow ( int fShow ) : int
fShow int
리턴 int

OnSize() 공개 메소드

public OnSize ( int x, int y, int w, int h ) : int
x int
y int
w int
h int
리턴 int

OnToolWindowCreated() 공개 메소드

public OnToolWindowCreated ( ) : void
리턴 void