C# Class Alsing.Design.CollectionEditorGui

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
AddObject ( object o ) : void
Bind ( ) : void
CollectionEditorGui ( ) : System
RemoveObject ( object o ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

AddObject() public méthode

public AddObject ( object o ) : void
o object
Résultat void

Bind() public méthode

public Bind ( ) : void
Résultat void

CollectionEditorGui() public méthode

public CollectionEditorGui ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

RemoveObject() public méthode

public RemoveObject ( object o ) : void
o object
Résultat void

Property Details

btnAdd public_oe property

public Button,System.Windows.Forms btnAdd
Résultat System.Windows.Forms.Button

btnCancel public_oe property

public Button,System.Windows.Forms btnCancel
Résultat System.Windows.Forms.Button

btnDown public_oe property

public Button,System.Windows.Forms btnDown
Résultat System.Windows.Forms.Button

btnDropdown public_oe property

public Button,System.Windows.Forms btnDropdown
Résultat System.Windows.Forms.Button

btnOK public_oe property

public Button,System.Windows.Forms btnOK
Résultat System.Windows.Forms.Button

btnRemove public_oe property

public Button,System.Windows.Forms btnRemove
Résultat System.Windows.Forms.Button

btnUp public_oe property

public Button,System.Windows.Forms btnUp
Résultat System.Windows.Forms.Button

lblMembers public_oe property

public Label,System.Windows.Forms lblMembers
Résultat System.Windows.Forms.Label

lblProperties public_oe property

public Label,System.Windows.Forms lblProperties
Résultat System.Windows.Forms.Label

lstMembers public_oe property

public ListBox,System.Windows.Forms lstMembers
Résultat System.Windows.Forms.ListBox

pnlMain public_oe property

public Panel,System.Windows.Forms pnlMain
Résultat System.Windows.Forms.Panel

pnlMembers public_oe property

public Panel,System.Windows.Forms pnlMembers
Résultat System.Windows.Forms.Panel

pygProperties public_oe property

public PropertyGrid,System.Windows.Forms pygProperties
Résultat System.Windows.Forms.PropertyGrid