C# Class VVVV.Packs.Messaging.Nodes.FieldPanel

Inheritance: System.Windows.Forms.TableLayoutPanel
Afficher le fichier Open project: velcrome/vvvv-Message Class Usage Examples

Méthodes publiques

Свойство Type Description
IsDragging bool

Protected Properties

Свойство Type Description
DragStartPosition Vector2D
FText System.Windows.Forms.TextBox
FToggle System.Windows.Forms.CheckBox
MinDragPixel int

Méthodes publiques

Méthode Description
FieldPanel ( ) : System
FieldPanel ( FormularFieldDescriptor descriptor ) : System
InitCheckBox ( CheckBox box ) : void
InitTextBox ( TextBox box ) : void

Méthodes protégées

Méthode Description
OnChange ( EventArgs e ) : void
OnClick ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
ReadToggle ( object sender, EventArgs e ) : void

Method Details

FieldPanel() public méthode

public FieldPanel ( ) : System
Résultat System

FieldPanel() public méthode

public FieldPanel ( FormularFieldDescriptor descriptor ) : System
descriptor FormularFieldDescriptor
Résultat System

InitCheckBox() public méthode

public InitCheckBox ( CheckBox box ) : void
box System.Windows.Forms.CheckBox
Résultat void

InitTextBox() public méthode

public InitTextBox ( TextBox box ) : void
box System.Windows.Forms.TextBox
Résultat void

OnChange() protected méthode

protected OnChange ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnClick() protected méthode

protected OnClick ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

Property Details

DragStartPosition protected_oe property

protected Vector2D DragStartPosition
Résultat Vector2D

FText protected_oe property

protected TextBox,System.Windows.Forms FText
Résultat System.Windows.Forms.TextBox

FToggle protected_oe property

protected CheckBox,System.Windows.Forms FToggle
Résultat System.Windows.Forms.CheckBox

IsDragging public_oe property

public bool IsDragging
Résultat bool

MinDragPixel protected_oe property

protected int MinDragPixel
Résultat int