C# Class MWFResourceEditor.ByteArrayPanel

Inheritance: System.Windows.Forms.Panel, IPanel
Afficher le fichier Open project: mono/winforms-tools Class Usage Examples

Méthodes publiques

Méthode Description
ByteArrayPanel ( ResourceContentControl parentControl ) : System
ClearResource ( ) : void

Méthodes protégées

Méthode Description
OnSizeChanged ( EventArgs e ) : void

Private Methods

Méthode Description
GenerateTextAndHexOutput ( ) : void
GetLines ( StringCollection sc ) : string[]
OnCheckedChangedTextCheckBox ( object sender, EventArgs e ) : void

Method Details

ByteArrayPanel() public méthode

public ByteArrayPanel ( ResourceContentControl parentControl ) : System
parentControl ResourceContentControl
Résultat System

ClearResource() public méthode

public ClearResource ( ) : void
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void