C# 클래스 VVVV.Packs.Messaging.Nodes.FormularLayoutPanel

상속: System.Windows.Forms.FlowLayoutPanel
파일 보기 프로젝트 열기: velcrome/vvvv-Message

보호된 프로퍼티들

프로퍼티 타입 설명
_formularName string

공개 메소드들

메소드 설명
FormularLayoutPanel ( ) : System

보호된 메소드들

메소드 설명
LayoutByFormular ( MessageFormular formular, bool keepUnused ) : bool
OnDragDrop ( DragEventArgs e ) : void
OnDragEnter ( DragEventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseDoubleClick ( MouseEventArgs e ) : void

비공개 메소드들

메소드 설명
AddNewFieldPanel ( FormularFieldDescriptor desc ) : FieldPanel

메소드 상세

FormularLayoutPanel() 공개 메소드

public FormularLayoutPanel ( ) : System
리턴 System

LayoutByFormular() 보호된 메소드

protected LayoutByFormular ( MessageFormular formular, bool keepUnused ) : bool
formular MessageFormular
keepUnused bool
리턴 bool

OnDragDrop() 보호된 메소드

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

OnDragEnter() 보호된 메소드

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

OnLostFocus() 보호된 메소드

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseDoubleClick() 보호된 메소드

protected OnMouseDoubleClick ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

프로퍼티 상세

_formularName 보호되어 있는 프로퍼티

protected string _formularName
리턴 string