Property | Type | Description | |
---|---|---|---|
clickable | bool | ||
clicksound | string | ||
corners | CornerImagesProvider | ||
flashinfo | bool | ||
flashwarning | bool | ||
inverseflash | bool | ||
ismousedown | bool | ||
iswantedvisible | bool | ||
localenabled | bool | ||
normalcolor | ColorIndex | ||
releasetimer | Timer | ||
textcolor | ColorIndex |
Method | Description | |
---|---|---|
DisplayButton ( ) : System | ||
GetCoreVisible ( ) : bool | ||
OnFlashInfo ( ) : void | ||
OnFlashWarning ( ) : void | ||
SetupColors ( ColorPalette c ) : void | ||
StartInfoFlash ( ) : void | ||
StartWarningFlash ( ) : void | ||
StopInfoFlash ( ) : void | ||
StopWarningFlash ( ) : void |
Method | Description | |
---|---|---|
OnDoubleClick ( |
||
OnMouseDown ( MouseEventArgs mevent ) : void | ||
OnMouseLeave ( |
||
OnMouseUp ( MouseEventArgs mevent ) : void | ||
OnPaintBackground ( PaintEventArgs pevent ) : void | ||
SetVisibleCore ( bool value ) : void | ||
releasetimer_Tick ( object sender, EventArgs e ) : void |
Method | Description | |
---|---|---|
SetupColorsLocal ( ColorPalette c ) : void |
protected OnDoubleClick ( |
||
e | ||
return | void |
protected OnMouseDown ( MouseEventArgs mevent ) : void | ||
mevent | MouseEventArgs | |
return | void |
protected OnMouseLeave ( |
||
e | ||
return | void |
protected OnMouseUp ( MouseEventArgs mevent ) : void | ||
mevent | MouseEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs pevent ) : void | ||
pevent | PaintEventArgs | |
return | void |
protected SetVisibleCore ( bool value ) : void | ||
value | bool | |
return | void |
protected releasetimer_Tick ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |