Holds all information about a ActionComponents.ACAlertButton attached to a ActionComponents.ACAlert
More...
|
override void | OnDraw (Canvas canvas) |
| Raises the draw event. More...
|
|
|
Object | tag [get, set] |
| Gets or sets the [OPTIONAL] tag that can be assosciated with this ActionComponents.ACAlertButton More...
|
|
bool | Enabled [get, set] |
| Gets or sets a value indicating whether this ActionComponents.ACAlertButton is enabled. More...
|
|
string | title [get, set] |
| Gets or sets the title for this ActionComponents.ACAlertButton More...
|
|
ACAlertButtonAppearance | appearance [get, set] |
| Gets or sets the appearance of this ActionComponents.ACAlertButton More...
|
|
ACAlertButtonAppearance | appearanceDisabled [get, set] |
| Gets or sets the appearance of this ActionComponents.ACAlertButton when it is disabled More...
|
|
ACAlertButtonAppearance | appearanceTouched [get, set] |
| Gets or sets the touched appearance of this ActionComponents.ACAlertButton More...
|
|
ACAlertButtonAppearance | appearanceHighlighted [get, set] |
| Gets or sets the highlighted appearance of this ActionComponents.ACAlertButton More...
|
|
bool | highlighted [get, set] |
| Gets or sets a value indicating whether this ActionComponents.ACAlertButton is highlighted. More...
|
|
int | LeftMargin [get, set] |
| Gets or sets the left margin. More...
|
|
int | TopMargin [get, set] |
| Gets or sets the top margin. More...
|
|
int | RightMargin [get, set] |
| Gets or sets the right margin. More...
|
|
int | BottomMargin [get, set] |
| Gets or sets the bottom margin. More...
|
|
int | LayoutWidth [get, set] |
| Gets or sets the width of the layout. More...
|
|
int | LayoutHeight [get, set] |
| Gets or sets the height of the layout. More...
|
|
ActionComponents.ACAlertButton.ACAlertButton |
( |
Context |
context | ) |
|
ActionComponents.ACAlertButton.ACAlertButton |
( |
Context |
context, |
|
|
Display |
display |
|
) |
| |
ActionComponents.ACAlertButton.ACAlertButton |
( |
Context |
context, |
|
|
IAttributeSet |
attrs |
|
) |
| |
Initializes a new instance of the ActionComponents.ACAlertButtony class.
- Parameters
-
context | Context. |
attrs | Attrs. |
delegate void ActionComponents.ACAlertButton.ACAlertButtonReleasedDelegate |
( |
ACAlertButton |
button | ) |
|
delegate void ActionComponents.ACAlertButton.ACAlertButtonTouchedDelegate |
( |
ACAlertButton |
button | ) |
|
override void ActionComponents.ACAlertButton.OnDraw |
( |
Canvas |
canvas | ) |
|
|
protected |
Raises the draw event.
- Parameters
-
override bool ActionComponents.ACAlertButton.OnTouchEvent |
( |
MotionEvent |
e | ) |
|
Raises the touch event event.
- Parameters
-
bool ActionComponents.ACAlertButton.PointInside |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
Test to see if the given x and y coordinates are inside this ActionComponents.ACAlert
- Returns
true
, if inside was pointed, false
otherwise.
- Parameters
-
x | The x coordinate. |
y | The y coordinate. |
bool ActionComponents.ACAlertButton.PointInside |
( |
Point |
pt | ) |
|
Test to see if the given point is inside this ActionComponents.ACAlert
- Returns
true
, if inside was pointed, false
otherwise.
- Parameters
-
void ActionComponents.ACAlertButton.Redraw |
( |
| ) |
|
Forces the Appracatappra.ActionComponents.ActionTray.ACTray to dump it's draw buffer and completely redraw the control
void ActionComponents.ACAlertButton.RemoveFromSuperview |
( |
| ) |
|
Removes this view from its parent view
int ActionComponents.ACAlertButton.BottomMargin |
|
getset |
Gets or sets the bottom margin.
The bottom margin.
bool ActionComponents.ACAlertButton.Enabled |
|
getset |
bool ActionComponents.ACAlertButton.highlighted |
|
getset |
int ActionComponents.ACAlertButton.LayoutHeight |
|
getset |
Gets or sets the height of the layout.
The height of the layout.
int ActionComponents.ACAlertButton.LayoutWidth |
|
getset |
Gets or sets the width of the layout.
The width of the layout.
int ActionComponents.ACAlertButton.LeftMargin |
|
getset |
Gets or sets the left margin.
The left margin.
int ActionComponents.ACAlertButton.RightMargin |
|
getset |
Gets or sets the right margin.
The right margin.
Object ActionComponents.ACAlertButton.tag |
|
getset |
string ActionComponents.ACAlertButton.title |
|
getset |
int ActionComponents.ACAlertButton.TopMargin |
|
getset |
Gets or sets the top margin.
The top margin.