C# Class Microsoft.Samples.VisualStudio.SourceControlIntegration.SccProvider.SccProviderToolWindow

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane
Mostra file Open project: Microsoft/VSSDK-Extensibility-Samples

Public Methods

Method Description
SccProviderToolWindow ( ) : System
ToolWindowToolbarCommand ( ) : void

This function is only used to "do something noticeable" when the toolbar button is clicked. It is called from the package. A typical tool window may not need this function. The current behavior change the background color of the control and swaps with the text color

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
SetDefaultColors ( ) : void
UpdateWindowColors ( Color clrBackground, Color clrForeground ) : void
VSColorTheme_ThemeChanged ( ThemeChangedEventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

SccProviderToolWindow() public method

public SccProviderToolWindow ( ) : System
return System

ToolWindowToolbarCommand() public method

This function is only used to "do something noticeable" when the toolbar button is clicked. It is called from the package. A typical tool window may not need this function. The current behavior change the background color of the control and swaps with the text color
public ToolWindowToolbarCommand ( ) : void
return void