Property | Type | Description | |
---|---|---|---|
CurrentControl | |||
CurrentProvider | IOutputProvider | ||
ItemBox | |||
Toolbar | |||
ViewPanel |
Method | Description | |
---|---|---|
Attach ( IOutputProvider output ) : void | ||
Copy ( ) : void | ||
Cut ( ) : void | ||
Delete ( ) : void | ||
Detach ( IOutputProvider output ) : void | ||
OutputPad ( ) : System | ||
Paste ( ) : void | ||
Redo ( ) : void | ||
SelectAll ( ) : void | ||
ShowFindDialog ( ) : void | ||
ShowReplaceDialog ( ) : void | ||
Undo ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
ItemBox_SelectedIndexChanged ( object sender, |
||
OutputPad_ProviderAttached ( object sender, |
||
OutputPad_ProviderDetached ( object sender, |
Method | Description | |
---|---|---|
OnProviderAttached ( IOutputProvider sender ) : void | ||
OnProviderDetatched ( IOutputProvider sender ) : void |
public static Attach ( IOutputProvider output ) : void | ||
output | IOutputProvider | |
return | void |
public static Detach ( IOutputProvider output ) : void | ||
output | IOutputProvider | |
return | void |
protected ItemBox_SelectedIndexChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected OutputPad_ProviderAttached ( object sender, |
||
sender | object | |
e | ||
return | void |
protected OutputPad_ProviderDetached ( object sender, |
||
sender | object | |
e | ||
return | void |
protected Control,System.Windows.Forms CurrentControl | ||
return |
protected IOutputProvider CurrentProvider | ||
return | IOutputProvider |
protected ToolStripComboBox,System.Windows.Forms ItemBox | ||
return |
protected ToolStrip,System.Windows.Forms Toolbar | ||
return |