C# Class XCore.PanelMenu

Inheritance: PanelEx
显示文件 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method 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

Method Description
Display ( ) : void
PanelMenu_Click ( object sender, EventArgs e ) : void

Method Details

IsRelatedProperty() public method

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

PanelMenu() public method

public PanelMenu ( XCore group, IImageCollection images, XCore menuBarAdapter ) : System
group XCore
images IImageCollection
menuBarAdapter XCore
return System

PanelMenu() public method

public PanelMenu ( XCore group, ImageCollection images, XCore menuBarAdapter ) : System
group XCore
images ImageCollection
menuBarAdapter XCore
return System

UpdateDisplay() public method

public UpdateDisplay ( ) : void
return void