|
|
|
Public Member Functions | |
| void | fireClick (MouseEventArgs e) |
| Fire button click. | |
| void | fireDown (MouseEventArgs e) |
| Fire down event. | |
| void | fireTick (MouseEventArgs e) |
| Fire slider tick event. | |
Public Attributes | |
| int | TabIndex |
| Button index. | |
| string | Text |
| Button text. | |
| string | Name |
| Button name. | |
| Rectangle | Bounds |
| Button bounds. | |
| Color | ForeColor |
| Button foreground color. | |
| Color | SecondColor |
| Button secondary highlight color. | |
| Font | Font |
| Button font. | |
| int | xoffset |
| Button text x offset. | |
| int | yoffset |
| Button text y offset. | |
| bool | HasDown |
| Down event flag. | |
| bool | Draw |
| Button draw flag. | |
| bool | alwaysDraw |
| Button always draw flag. | |
| bool | secondaryImageFlag |
| Button secondary image flag. | |
| bool | sliderControl |
| Button slider control flag. | |
| bool | buttonEnabled |
| Button enabled flag. | |
| bool | buttonText |
| Button text flag. | |
| int | sliderMaxY |
| Button slider maximum y coordinate. | |
| int | sliderMinY |
| Button slider minimum y coorindate. | |
| int | sliderMax |
| Button slider maximum value. | |
| int | sliderMin |
| Button slider minimum value. | |
| int | sliderValue |
| Button slider current value. | |
| Rectangle | sliderBounds |
| Button slider bounds. | |
| LabelAlign | Alignment |
| Button text alignmenet. | |
| object | Tag |
| Object. | |
Events | |
| MouseEventHandler | SliderTick |
| Button slider tick event. | |
| MouseEventHandler | ButtonDown |
| Button down event. | |
| MouseEventHandler | ButtonClick |
| Button click event. | |
| void centrafuse.Plugins.CFControls.skinButton.fireClick | ( | MouseEventArgs | e | ) |
Fire button click.
| e | Mouse event arguments. |
| void centrafuse.Plugins.CFControls.skinButton.fireDown | ( | MouseEventArgs | e | ) |
Fire down event.
| e | Mouse event arguments. |
| void centrafuse.Plugins.CFControls.skinButton.fireTick | ( | MouseEventArgs | e | ) |
Fire slider tick event.
| e | Mouse event arguments. |
Button index.
Button text.
Button name.
Button bounds.
Button foreground color.
Button secondary highlight color.
Button font.
Button text x offset.
Button text y offset.
Down event flag.
Button draw flag.
Button always draw flag.
Button secondary image flag.
Button slider control flag.
Button enabled flag.
Button text flag.
Button slider maximum y coordinate.
Button slider minimum y coorindate.
Button slider maximum value.
Button slider minimum value.
Button slider current value.
Button slider bounds.
Button text alignmenet.
Object.
| MouseEventHandler centrafuse.Plugins.CFControls.skinButton.SliderTick |
Button slider tick event.
| MouseEventHandler centrafuse.Plugins.CFControls.skinButton.ButtonDown |
Button down event.
| MouseEventHandler centrafuse.Plugins.CFControls.skinButton.ButtonClick |
Button click event.
| Copyright © 2008 Flux Media, Inc. (U.S. Copyright Registration Number: TXu-1-239-794) |
|