Class ToolWindowPaneChannel
Inheritance
System.Object
ToolWindowPaneChannel
Assembly: Cosmos.VS.Windows.dll
public class ToolWindowPaneChannel : ToolWindowPane
Constructors
|
Improve this Doc
View Source
Declaration
public ToolWindowPaneChannel()
Fields
|
Improve this Doc
View Source
Declaration
protected DebuggerChannelUC mUserControl
Field Value
Properties
|
Improve this Doc
View Source
Declaration
public DebuggerChannelUC UserControl { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
protected virtual void OnUpdateWindow(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Events
|
Improve this Doc
View Source
Declaration
public event EventHandler UpdateWindow
Event Type
Type |
Description |
System.EventHandler |
|