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

Inheritance: System.Windows.Forms.FlowLayoutPanel
显示文件 Open project: velcrome/vvvv-Message

Protected Properties

Property Type Description
_formularName string

Public Methods

Method Description
FormularLayoutPanel ( ) : System

Protected Methods

Method 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

Method Description
AddNewFieldPanel ( FormularFieldDescriptor desc ) : FieldPanel

Method Details

FormularLayoutPanel() public method

public FormularLayoutPanel ( ) : System
return System

LayoutByFormular() protected method

protected LayoutByFormular ( MessageFormular formular, bool keepUnused ) : bool
formular MessageFormular
keepUnused bool
return bool

OnDragDrop() protected method

protected OnDragDrop ( DragEventArgs e ) : void
e System.Windows.Forms.DragEventArgs
return void

OnDragEnter() protected method

protected OnDragEnter ( DragEventArgs e ) : void
e System.Windows.Forms.DragEventArgs
return void

OnLostFocus() protected method

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
return void

OnMouseDoubleClick() protected method

protected OnMouseDoubleClick ( MouseEventArgs e ) : void
e MouseEventArgs
return void

Property Details

_formularName protected_oe property

protected string _formularName
return string