![]() |
ActionComponents
04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
|
Public Member Functions | |
ACAlertOverlay (Context context) | |
Initializes a new instance of the ActionComponents.ACAlertOverlay class. More... | |
ACAlertOverlay (Context context, ACAlert alert) | |
Initializes a new instance of the ActionComponents.ACAlertOverlay class. More... | |
ACAlertOverlay (Context context, Display display) | |
Initializes a new instance of the ActionComponents.ACAlertOverlay class. More... | |
ACAlertOverlay (Context context, IAttributeSet attrs) | |
Initializes a new instance of the ActionComponents.ACAlertOverlay class. More... | |
void | RemoveFromSuperview () |
Removes this view from its parent view More... | |
void | AdjustModality (bool isModal) |
Adjusts the modality of this overlay More... | |
void | AdjustAppearance () |
Adjusts the appearance. More... | |
override bool | OnTouchEvent (MotionEvent e) |
Raises the touch event event. More... | |
delegate void | ACAlertOverlayTouchedDelegate () |
Occurs when this ActionComponents.ACAlertOverlay is touched More... | |
Events | |
ACAlertOverlayTouchedDelegate | Touched |
ActionComponents.ACAlertOverlay.ACAlertOverlay | ( | Context | context | ) |
Initializes a new instance of the ActionComponents.ACAlertOverlay class.
context | Context. |
ActionComponents.ACAlertOverlay.ACAlertOverlay | ( | Context | context, |
ACAlert | alert | ||
) |
Initializes a new instance of the ActionComponents.ACAlertOverlay class.
context | Context. |
alert | Alert. |
ActionComponents.ACAlertOverlay.ACAlertOverlay | ( | Context | context, |
Display | display | ||
) |
Initializes a new instance of the ActionComponents.ACAlertOverlay class.
context | Context. |
display | Display. |
ActionComponents.ACAlertOverlay.ACAlertOverlay | ( | Context | context, |
IAttributeSet | attrs | ||
) |
Initializes a new instance of the ActionComponents.ACAlertOverlay class.
context | Context. |
attrs | Attrs. |
delegate void ActionComponents.ACAlertOverlay.ACAlertOverlayTouchedDelegate | ( | ) |
Occurs when this ActionComponents.ACAlertOverlay is touched
void ActionComponents.ACAlertOverlay.AdjustAppearance | ( | ) |
Adjusts the appearance.
void ActionComponents.ACAlertOverlay.AdjustModality | ( | bool | isModal | ) |
Adjusts the modality of this overlay
isModal | If set to true is modal. |
override bool ActionComponents.ACAlertOverlay.OnTouchEvent | ( | MotionEvent | e | ) |
Raises the touch event event.
e | E. |
void ActionComponents.ACAlertOverlay.RemoveFromSuperview | ( | ) |
Removes this view from its parent view
ACAlertOverlayTouchedDelegate ActionComponents.ACAlertOverlay.Touched |