Press on the image to return to the main documentation page.
SlidingMenuWrapper
List of types:
SlidingMenu
SlidingMenu
This is an 'Activity Object', it cannot be declared under Sub Process_Globals.
Events:
None
Members:
BehindOffset
As
Int
[write
only]
BOTH
As
Int
HideMenus
Initialize
(
EventName
As
String
)
InitializeSlidingWindow
(
EventName
As
String
)
IsInitialized
As
Boolean
LEFT
As
Int
Menu
As
PanelWrapper
[read
only]
Mode
As
Int
RIGHT
As
Int
SecondaryMenu
As
PanelWrapper
[read
only]
SecondaryVisible
As
Boolean
[read
only]
ShowMenu
ShowSecondaryMenu
Visible
As
Boolean
[read
only]
Members description:
BehindOffset
As
Int
[write
only]
Sets the offset between the menu and the screen.
BOTH
As
Int
HideMenus
Hides the menus.
Initialize
(
EventName
As
String
)
Initializes the object and sets the subs that will handle the events (currently there are no events).
InitializeSlidingWindow
(
EventName
As
String
)
IsInitialized
As
Boolean
LEFT
As
Int
Menu
As
PanelWrapper
[read
only]
Returns the left menu panel.
Mode
As
Int
Gets or sets the sliding menu mode. One of the following constants: LEFT, RIGHT or BOTH.
RIGHT
As
Int
SecondaryMenu
As
PanelWrapper
[read
only]
Returns the right menu panel.
SecondaryVisible
As
Boolean
[read
only]
ShowMenu
Shows the left menu.
ShowSecondaryMenu
Shows the right menu.
Visible
As
Boolean
[read
only]
Top