Method | 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 |
Method | Description | |
---|---|---|
PanelButton_Click ( object sender, |
||
SetLabel ( ) : void | ||
panelButton_MouseDown ( object sender, MouseEventArgs e ) : void | ||
panelButton_MouseEnter ( object sender, |
||
panelButton_MouseLeave ( object sender, |
public IsRelatedProperty ( string name ) : bool | ||
name | string | |
return | bool |
public PanelButton ( XCore choice, IImageCollection images ) : System | ||
choice | XCore | |
images | IImageCollection | |
return | System |
public PanelButton ( XCore choice, ImageCollection images ) : System | ||
choice | XCore | |
images | ImageCollection | |
return | System |