Property | Type | Description | |
---|---|---|---|
IVsWindowPaneCommit | int | ||
IVsWindowPaneCommitFilter | int |
Method | Description | |
---|---|---|
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 | ||
ToolWindow ( ) : System |
Initializes a new instance of the ToolWindow class.
|
|
ToolWindow ( ViewModel viewModel ) : System |
Method | Description | |
---|---|---|
IVsWindowPaneCommit ( int &pfCommitFailed ) : int | ||
IVsWindowPaneCommitFilter ( System.Guid &pguidCmdGroup, uint dwCmdID, int &pfCommitCommand ) : int |
public OnClose ( uint &pgrfSaveOptions ) : int | ||
pgrfSaveOptions | uint | |
return | int |
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 |
public OnMove ( int x, int y, int w, int h ) : int | ||
x | int | |
y | int | |
w | int | |
h | int | |
return | int |
public OnSize ( int x, int y, int w, int h ) : int | ||
x | int | |
y | int | |
w | int | |
h | int | |
return | int |
public ToolWindow ( ViewModel viewModel ) : System | ||
viewModel | ViewModel | |
return | System |