|
|
|
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 text alignmenet.
Button always draw flag.
Button bounds.
Button enabled flag.
Button text flag.
Button draw flag.
Button font.
Button foreground color.
Down event flag.
Button name.
Button secondary image flag.
Button secondary highlight color.
Button slider bounds.
Button slider control flag.
Button slider maximum value.
Button slider maximum y coordinate.
Button slider minimum value.
Button slider minimum y coorindate.
Button slider current value.
Button index.
Object.
Button text.
Button text x offset.
Button text y offset.
| MouseEventHandler centrafuse.Plugins.CFControls.skinButton.ButtonClick |
Button click event.
| MouseEventHandler centrafuse.Plugins.CFControls.skinButton.ButtonDown |
Button down event.
| MouseEventHandler centrafuse.Plugins.CFControls.skinButton.SliderTick |
Button slider tick event.
| Copyright © 2008 Flux Media, Inc. (U.S. Copyright Registration Number: TXu-1-239-794) |
|