|
|
|
Public Member Functions | |
| void | fireClick (MouseEventArgs e) |
| Fire click event. | |
| void | fireDown (MouseEventArgs e) |
| Fire down event. | |
Public Attributes | |
| string | Name |
| Picture box name. | |
| Rectangle | Bounds |
| Picture box bounds. | |
| Image | Image |
| Picture box image. | |
| bool | Draw |
| Picture box draw flag. | |
| bool | HasDown |
| Down event flag. | |
Events | |
| MouseEventHandler | PictureBoxDown |
| Picture box down event. | |
| MouseEventHandler | PictureBoxClick |
| Picture box click event. | |
| void centrafuse.Plugins.CFControls.skinPictureBox.fireClick | ( | MouseEventArgs | e | ) |
Fire click event.
| e | Mouse event arguments. |
| void centrafuse.Plugins.CFControls.skinPictureBox.fireDown | ( | MouseEventArgs | e | ) |
Fire down event.
| e | Mouse event arguments. |
Picture box bounds.
Picture box draw flag.
Down event flag.
Picture box image.
Picture box name.
| MouseEventHandler centrafuse.Plugins.CFControls.skinPictureBox.PictureBoxClick |
Picture box click event.
| MouseEventHandler centrafuse.Plugins.CFControls.skinPictureBox.PictureBoxDown |
Picture box down event.
| Copyright © 2008 Flux Media, Inc. (U.S. Copyright Registration Number: TXu-1-239-794) |
|