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

Inheritance: System.Windows.Forms.FlowLayoutPanel
Afficher le fichier Open project: velcrome/vvvv-Message

Protected Properties

Свойство Type Description
_formularName string

Méthodes publiques

Méthode Description
FormularLayoutPanel ( ) : System

Méthodes protégées

Méthode Description
LayoutByFormular ( MessageFormular formular, bool keepUnused ) : bool
OnDragDrop ( DragEventArgs e ) : void
OnDragEnter ( DragEventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseDoubleClick ( MouseEventArgs e ) : void

Private Methods

Méthode Description
AddNewFieldPanel ( FormularFieldDescriptor desc ) : FieldPanel

Method Details

FormularLayoutPanel() public méthode

public FormularLayoutPanel ( ) : System
Résultat System

LayoutByFormular() protected méthode

protected LayoutByFormular ( MessageFormular formular, bool keepUnused ) : bool
formular MessageFormular
keepUnused bool
Résultat bool

OnDragDrop() protected méthode

protected OnDragDrop ( DragEventArgs e ) : void
e System.Windows.Forms.DragEventArgs
Résultat void

OnDragEnter() protected méthode

protected OnDragEnter ( DragEventArgs e ) : void
e System.Windows.Forms.DragEventArgs
Résultat void

OnLostFocus() protected méthode

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

OnMouseDoubleClick() protected méthode

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

Property Details

_formularName protected_oe property

protected string _formularName
Résultat string