C# Class VixenModules.Property.Position.SetupForm

Inheritance: System.Windows.Forms.Form
Show file Open project: sall/vixen-modules Class Usage Examples

Private Properties

Property Type Description
_UpdatePosition void
buttonOK_Click void
listBoxNodeChildren_SelectedIndexChanged void
numericUpDownStart_Leave void
numericUpDownWidth_Leave void

Public Methods

Method Description
SetupForm ( VixenModules.Property.Position.PositionModule positionProperty ) : System

Private Methods

Method Description
_UpdatePosition ( ) : void
buttonOK_Click ( object sender, EventArgs e ) : void
listBoxNodeChildren_SelectedIndexChanged ( object sender, EventArgs e ) : void
numericUpDownStart_Leave ( object sender, EventArgs e ) : void
numericUpDownWidth_Leave ( object sender, EventArgs e ) : void

Method Details

SetupForm() public method

public SetupForm ( VixenModules.Property.Position.PositionModule positionProperty ) : System
positionProperty VixenModules.Property.Position.PositionModule
return System