C# 클래스 Alsing.Design.CollectionEditorGui

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
btnAdd System.Windows.Forms.Button
btnCancel System.Windows.Forms.Button
btnDown System.Windows.Forms.Button
btnDropdown System.Windows.Forms.Button
btnOK System.Windows.Forms.Button
btnRemove System.Windows.Forms.Button
btnUp System.Windows.Forms.Button
lblMembers System.Windows.Forms.Label
lblProperties System.Windows.Forms.Label
lstMembers System.Windows.Forms.ListBox
pnlMain System.Windows.Forms.Panel
pnlMembers System.Windows.Forms.Panel
pygProperties System.Windows.Forms.PropertyGrid

공개 메소드들

메소드 설명
AddObject ( object o ) : void
Bind ( ) : void
CollectionEditorGui ( ) : System
RemoveObject ( object o ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
EnableRemove ( ) : void
GetBgBrush ( bool Selected ) : SolidBrush
GetDisplayText ( object Item ) : string
GetFgBrush ( bool Selected ) : SolidBrush
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SelectObject ( ) : void
btnDown_Click ( object sender, EventArgs e ) : void
btnUp_Click ( object sender, EventArgs e ) : void
lstMembers_DrawItem ( object sender, DrawItemEventArgs e ) : void
lstMembers_SelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

AddObject() 공개 메소드

public AddObject ( object o ) : void
o object
리턴 void

Bind() 공개 메소드

public Bind ( ) : void
리턴 void

CollectionEditorGui() 공개 메소드

public CollectionEditorGui ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

RemoveObject() 공개 메소드

public RemoveObject ( object o ) : void
o object
리턴 void

프로퍼티 상세

btnAdd 공개적으로 프로퍼티

public Button,System.Windows.Forms btnAdd
리턴 System.Windows.Forms.Button

btnCancel 공개적으로 프로퍼티

public Button,System.Windows.Forms btnCancel
리턴 System.Windows.Forms.Button

btnDown 공개적으로 프로퍼티

public Button,System.Windows.Forms btnDown
리턴 System.Windows.Forms.Button

btnDropdown 공개적으로 프로퍼티

public Button,System.Windows.Forms btnDropdown
리턴 System.Windows.Forms.Button

btnOK 공개적으로 프로퍼티

public Button,System.Windows.Forms btnOK
리턴 System.Windows.Forms.Button

btnRemove 공개적으로 프로퍼티

public Button,System.Windows.Forms btnRemove
리턴 System.Windows.Forms.Button

btnUp 공개적으로 프로퍼티

public Button,System.Windows.Forms btnUp
리턴 System.Windows.Forms.Button

lblMembers 공개적으로 프로퍼티

public Label,System.Windows.Forms lblMembers
리턴 System.Windows.Forms.Label

lblProperties 공개적으로 프로퍼티

public Label,System.Windows.Forms lblProperties
리턴 System.Windows.Forms.Label

lstMembers 공개적으로 프로퍼티

public ListBox,System.Windows.Forms lstMembers
리턴 System.Windows.Forms.ListBox

pnlMain 공개적으로 프로퍼티

public Panel,System.Windows.Forms pnlMain
리턴 System.Windows.Forms.Panel

pnlMembers 공개적으로 프로퍼티

public Panel,System.Windows.Forms pnlMembers
리턴 System.Windows.Forms.Panel

pygProperties 공개적으로 프로퍼티

public PropertyGrid,System.Windows.Forms pygProperties
리턴 System.Windows.Forms.PropertyGrid