C# Class MWFResourceEditor.ByteArrayPanel

Inheritance: System.Windows.Forms.Panel, IPanel
Datei anzeigen Open project: mono/winforms-tools Class Usage Examples

Public Methods

Method Description
ByteArrayPanel ( ResourceContentControl parentControl ) : System
ClearResource ( ) : void

Protected Methods

Method Description
OnSizeChanged ( EventArgs e ) : void

Private Methods

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

Method Details

ByteArrayPanel() public method

public ByteArrayPanel ( ResourceContentControl parentControl ) : System
parentControl ResourceContentControl
return System

ClearResource() public method

public ClearResource ( ) : void
return void

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void