C# Class NekoKun.Core.OutputPad

Inheritance: AbstractPad, IClipboardHandler, IUndoHandler, IDeleteHandler, ISelectAllHandler
Afficher le fichier Open project: NekoProject/NekoKun Class Usage Examples

Protected Properties

Свойство Type Description
CurrentControl System.Windows.Forms.Control
CurrentProvider IOutputProvider
ItemBox System.Windows.Forms.ToolStripComboBox
Toolbar System.Windows.Forms.ToolStrip
ViewPanel System.Windows.Forms.Panel

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
ItemBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
OutputPad_ProviderAttached ( object sender, EventArgs e ) : void
OutputPad_ProviderDetached ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
OnProviderAttached ( IOutputProvider sender ) : void
OnProviderDetatched ( IOutputProvider sender ) : void

Method Details

Attach() public static méthode

public static Attach ( IOutputProvider output ) : void
output IOutputProvider
Résultat void

Copy() public méthode

public Copy ( ) : void
Résultat void

Cut() public méthode

public Cut ( ) : void
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

Detach() public static méthode

public static Detach ( IOutputProvider output ) : void
output IOutputProvider
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ItemBox_SelectedIndexChanged() protected méthode

protected ItemBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OutputPad() public méthode

public OutputPad ( ) : System
Résultat System

OutputPad_ProviderAttached() protected méthode

protected OutputPad_ProviderAttached ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OutputPad_ProviderDetached() protected méthode

protected OutputPad_ProviderDetached ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Paste() public méthode

public Paste ( ) : void
Résultat void

Redo() public méthode

public Redo ( ) : void
Résultat void

SelectAll() public méthode

public SelectAll ( ) : void
Résultat void

ShowFindDialog() public méthode

public ShowFindDialog ( ) : void
Résultat void

ShowReplaceDialog() public méthode

public ShowReplaceDialog ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void

Property Details

CurrentControl protected_oe property

protected Control,System.Windows.Forms CurrentControl
Résultat System.Windows.Forms.Control

CurrentProvider protected_oe property

protected IOutputProvider CurrentProvider
Résultat IOutputProvider

ItemBox protected_oe property

protected ToolStripComboBox,System.Windows.Forms ItemBox
Résultat System.Windows.Forms.ToolStripComboBox

Toolbar protected_oe property

protected ToolStrip,System.Windows.Forms Toolbar
Résultat System.Windows.Forms.ToolStrip

ViewPanel protected_oe property

protected Panel,System.Windows.Forms ViewPanel
Résultat System.Windows.Forms.Panel