C# Class DockSample.DummyDoc

显示文件 Open project: dockpanelsuite/dockpanelsuite Class Usage Examples

Public Methods

Method Description
DummyDoc ( ) : System

Protected Methods

Method Description
GetPersistString ( ) : string
OnPaint ( PaintEventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

Private Methods

Method Description
menuItem2_Click ( object sender, System e ) : void
menuItemCheckTest_Click ( object sender, System e ) : void

Method Details

DummyDoc() public method

public DummyDoc ( ) : System
return System

GetPersistString() protected method

protected GetPersistString ( ) : string
return string

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnTextChanged() protected method

protected OnTextChanged ( EventArgs e ) : void
e EventArgs
return void