C# Class VixenModules.Property.Position.SetupForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: sall/vixen-modules Class Usage Examples

Private Properties

Свойство Type Description
_UpdatePosition void
buttonOK_Click void
listBoxNodeChildren_SelectedIndexChanged void
numericUpDownStart_Leave void
numericUpDownWidth_Leave void

Méthodes publiques

Méthode Description
SetupForm ( VixenModules.Property.Position.PositionModule positionProperty ) : System

Private Methods

Méthode 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 méthode

public SetupForm ( VixenModules.Property.Position.PositionModule positionProperty ) : System
positionProperty VixenModules.Property.Position.PositionModule
Résultat System