|
| | BoolElement (string caption, bool value) |
| |
| | BoolElement (string caption, bool value, int layoutId) |
| |
| override string | Summary () |
| | Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects. More...
|
| |
| | Element (string caption) |
| | Initializes the element with the given caption. More...
|
| |
| | Element (string caption, int layoutId) |
| |
| void | Dispose () |
| |
| virtual View | GetView (Context context, View convertView, ViewGroup parent) |
| | Overriden my most derived classes, creates a view that creates a View with the contents for display More...
|
| |
| virtual void | Selected () |
| |
| virtual bool | Matches (string text) |
| |
| Context | GetContext () |
| |
|
| bool | Value [get, set] |
| |
| string | Caption [get, set] |
| | The caption to display for this given element More...
|
| |
| int | LayoutId [get, set] |
| |
| Element | Parent [get, set] |
| |
| Action | Click [get, set] |
| | Override for click the click event More...
|
| |
| Action | LongClick [get, set] |
| | Override for long click events, some elements use this for action More...
|
| |
| Object | Tag [get, set] |
| | An Object that contains data about the element. The default is null. More...
|
| |
|
| virtual void | Dispose (bool disposing) |
| |
Definition at line 8 of file BooleanElement.cs.
| MonoDroid.Dialog.BoolElement.BoolElement |
( |
string |
caption, |
|
|
bool |
value |
|
) |
| |
| MonoDroid.Dialog.BoolElement.BoolElement |
( |
string |
caption, |
|
|
bool |
value, |
|
|
int |
layoutId |
|
) |
| |
| override string MonoDroid.Dialog.BoolElement.Summary |
( |
| ) |
|
|
virtual |
Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects.
- Returns
- The return value must be a short description of the value.
Reimplemented from MonoDroid.Dialog.Element.
Definition at line 39 of file BooleanElement.cs.
| bool MonoDroid.Dialog.BoolElement.Value |
|
getset |
| EventHandler MonoDroid.Dialog.BoolElement.ValueChanged |
The documentation for this class was generated from the following file:
- D:/Projects/Bitbucket Hosting/DoxygenFilesAndSources/Paradox v1.0.0 beta06/sources/engine/SiliconStudio.Paradox.Graphics.Regression/AndrRunner/MonoDroid.Dialog/BooleanElement.cs