Intersoft WebDesktop Documentation
WebMenu
Send Feedback
Intersoft WebDesktop > Client-side References > WebMenu

Glossary Item Box

 WebMenu Properties

Name Description
Gets or sets the name of this WebMenu instance.

ValueType
String

Default Value

Items Description
Gets or sets the items collection in this WebMenu instance.

ValueType
Collection ( ISArray)

Default Value

ParentMenu Description
Gets the WebContextMenu object which is the parent of this WebMenu instance.

ValueType
WebContextMenu

Default Value

ParentMenuItem Description
Gets the WebContextMenuItem object which is the parent of this WebMenu instance.

ValueType
WebContextMenuItem

Default Value

MenuControl Description
Gets or sets the menu control of this WebMenu instance.

ValueType


Default Value

DisplayMode Description
Gets or sets the display mode of this WebMenu instance.

ValueType


Default Value

IconViewMode Description
Gets or sets the icon view mode of this WebMenu instance.

ValueType


Default Value

ActiveItemIndex Description
Gets or sets the active item index for this WebMenu instance.

ValueType


Default Value

ActiveItem Description
Gets or sets the active item of this WebMenu instance.

ValueType


Default Value

Direction Description
Gets or sets the direction of this WebMenu instance.

ValueType


Default Value

OffsetAlignment Description
Gets or sets the offset alignment of this WebMenu instance.

ValueType


Default Value

Width Description
Gets or sets the width of this WebMenu instance.

ValueType


Default Value

Initialized Description
Gets or sets the value to indicate whether the WebMenu object is already initialized.

ValueType


Default Value

OffsetElement Description
Gets or sets the element which will be used as the offset for this WebMenu.

ValueType


Default Value

ScrollEnabled Description
Gets or sets the value to indicate whether the WebMenu object is scroll enabled.

ValueType


Default Value

 WebMenu Methods

IsOpen Description
Determines whether WebMenu is opened.

Parameters

Remarks

Return Value
Boolean

Samples

 
IsRootMenu Description
Determines the RootMenu of MenuBar.

Parameters

Remarks

Return Value
Boolean

Samples

 
GetId Description
Gets the id of WebMenu.

Parameters

Remarks

Return Value

Samples

 
GetDocument Description
Returns the html element of the document used by the webmenu instance.

Parameters

Remarks

Return Value

Samples

 
GetElement Description
Gets the HTML element from current MenuBar instance.

Parameters

Remarks

Return Value
object (HTML element)

Samples

 
GetMenuBodyElement Description
Gets the WebMenu's Menu body element.

Parameters

Remarks

Return Value
object (HTML element)

Samples

 
GetScrollElement Description
Gets the WebMenu's Scroll Element.

Parameters
part ( ) 
   The part of the scroll element.


Remarks

Return Value
object (HTML element)

Samples

 
GetSelectedItemByGroup Description
Gets the WebMenu's selected item according to its group.

Parameters
groupName ( )
Gets or sets the name for Menu Bar item which should appear in the same group.
String

Remarks

Return Value

Samples

 
Destroy Description
Destroys a menu bar after it has been removed.

Parameters

Remarks

Return Value

Samples

 
Show Description
Shows the WebMenu.

Parameters
          x ( int )
the x coordinate where the WebMenu will be shown.
y ( int )
the y coordinate where the WebMenu will be shown.


Remarks

Return Value

Samples

 
Hide Description
Hides the WebMenu.

Parameters

Remarks

Return Value

Samples

 
Invalidate Description
Refresh the user interface.

Parameters

Remarks

Return Value

Samples

 
© 2012 Intersoft Solutions Corp. All Rights Reserved.