Android Programming Press on the image to return to the main documentation page.

ICSControls

Written by Margret

List of types:

Controls

Controls


This is an 'Activity Object', it cannot be declared under Sub Process_Globals.

Events:

None

Members:


  ActionBarOff As String

  ActionBarOn As String

  Initialize (MyActivity As ActivityWrapper, Me_ As Object) As String

  IsInitialized As Boolean

  NavBarOff As String

  NavBarOn As String

Members description:

ActionBarOff As String
Turns OFF the ActionBar at the top of screen in ICS
Increases the screen size
ActionBarOn As String
Turns ON the ActionBar at the top of screen in ICS
Decreases the screen size
Initialize (MyActivity As ActivityWrapper, Me_ As Object) As String
Requires ICS and SDK 14 or greater
Example:

ICS.Initialize(Activity, Me)
IsInitialized As Boolean
Tests whether the object has been initialized.
NavBarOff As String
Turns OFF the Navigation Bar at bottom of ICS
NavBarOn As String
Turns ON the Navigation Bar at bottom of ICS
Top