C# Class XCore.PanelButton

Inheritance: PanelEx
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
IsRelatedProperty ( string name ) : bool

is what we are displaying affected by this XCore property?

PanelButton ( XCore choice, IImageCollection images ) : System
PanelButton ( XCore choice, ImageCollection images ) : System
UpdateDisplay ( ) : void

Private Methods

Méthode Description
PanelButton_Click ( object sender, EventArgs e ) : void
SetLabel ( ) : void
panelButton_MouseDown ( object sender, MouseEventArgs e ) : void
panelButton_MouseEnter ( object sender, EventArgs e ) : void
panelButton_MouseLeave ( object sender, EventArgs e ) : void

Method Details

IsRelatedProperty() public méthode

is what we are displaying affected by this XCore property?
public IsRelatedProperty ( string name ) : bool
name string
Résultat bool

PanelButton() public méthode

public PanelButton ( XCore choice, IImageCollection images ) : System
choice XCore
images IImageCollection
Résultat System

PanelButton() public méthode

public PanelButton ( XCore choice, ImageCollection images ) : System
choice XCore
images ImageCollection
Résultat System

UpdateDisplay() public méthode

public UpdateDisplay ( ) : void
Résultat void