C# Class XCore.PanelMenu

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?

PanelMenu ( XCore group, IImageCollection images, XCore menuBarAdapter ) : System
PanelMenu ( XCore group, ImageCollection images, XCore menuBarAdapter ) : System
UpdateDisplay ( ) : void

Private Methods

Méthode Description
Display ( ) : void
PanelMenu_Click ( 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

PanelMenu() public méthode

public PanelMenu ( XCore group, IImageCollection images, XCore menuBarAdapter ) : System
group XCore
images IImageCollection
menuBarAdapter XCore
Résultat System

PanelMenu() public méthode

public PanelMenu ( XCore group, ImageCollection images, XCore menuBarAdapter ) : System
group XCore
images ImageCollection
menuBarAdapter XCore
Résultat System

UpdateDisplay() public méthode

public UpdateDisplay ( ) : void
Résultat void