C# Class XSDDiagram.DiagramControl

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: dgis/xsddiagram Class Usage Examples

Public Methods

Method Description
DiagramControl ( ) : System.Windows.Forms

Protected Methods

Method Description
IsInputKey ( Keys keyData ) : bool
WndProc ( Message &m ) : void

Method Details

DiagramControl() public method

public DiagramControl ( ) : System.Windows.Forms
return System.Windows.Forms

IsInputKey() protected method

protected IsInputKey ( Keys keyData ) : bool
keyData Keys
return bool

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void