C# Class NoiseTool.Link

Interaction logic for Link.xaml
Inheritance: System.Windows.Controls.UserControl
ファイルを表示 Open project: MadoxLabs/NoiseTool Class Usage Examples

Public Properties

Property Type Description
Connection NoiseObject
Object NoiseObject

Protected Properties

Property Type Description
mDown bool
mRDown bool

Public Methods

Method Description
Link ( ) : System
OnClick ( ) : void
OnErase ( ) : void

Private Methods

Method Description
UserControl_MouseLeave ( object sender, System e ) : void
UserControl_MouseLeftButtonDown ( object sender, System e ) : void
UserControl_MouseLeftButtonUp ( object sender, System e ) : void
UserControl_MouseRightButtonDown ( object sender, System e ) : void
UserControl_MouseRightButtonUp ( object sender, System e ) : void

Method Details

Link() public method

public Link ( ) : System
return System

OnClick() public method

public OnClick ( ) : void
return void

OnErase() public method

public OnErase ( ) : void
return void

Property Details

Connection public_oe property

public NoiseObject,NoiseTool Connection
return NoiseObject

Object public_oe property

public NoiseObject,NoiseTool Object
return NoiseObject

mDown protected_oe property

protected bool mDown
return bool

mRDown protected_oe property

protected bool mRDown
return bool