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

Summary description for SccProviderToolWindowControl.
Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: Microsoft/VSSDK-Extensibility-Samples Class Usage Examples

Public Methods

Method Description
SccProviderToolWindowControl ( ) : System

Protected Methods

Method Description
ProcessDialogChar ( char charCode ) : bool

Let this control process the mnemonics.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

ProcessDialogChar() protected method

Let this control process the mnemonics.
protected ProcessDialogChar ( char charCode ) : bool
charCode char
return bool

SccProviderToolWindowControl() public method

public SccProviderToolWindowControl ( ) : System
return System