MindFusion.UI for WebForms Programmer's Guide

Menu Members

Fields Methods
 


Represents a customizable menu control.

The following tables list the members exposed by the Menu type.

 Public Fields

  Name Description

Dom

An object, which keeps references to various Dom elements, part of the control's structure

rootItems

The collection of root MenuItems for this control.

 Public Methods

  Name Description

createItem

Creates a new MenuItem instance and adds it to the control's rootItems array.

deleteItem

Removes a MenuItem from the collection of items.

dispose

Sys.UI.Control.dispose override.

get_autoPostBack

Returns a value indicating whether the control should post back to the server when an item is clicked.

get_closeTimeout

Gets the number of milliseconds to wait before closing an item.

get_enabled

Gets a value indicating whether the control is enabled.

get_height

Gets the height of the control.

get_itemPadding

Gets the padding of item's inner content.

get_navigationStyle

Gets the navigation style of the control.

get_orientation

Gets the orientation of the control.

get_showTrail

Gets a value indicating whether all opened items should be highlighted.

get_width

Gets the width of the control.

getAllItems

Gets the collection of items for this control.

initialize

Sys.UI.Control.initialize override.

postback

Initiates a postback.

preparePostback

Prepares the Menu for a subsequent postback.

set_autoPostBack

Sets a value indicating whether the control should post back to the server when an item is clicked.

set_closeTimeout

Sets the number of milliseconds to wait before closing an item.

set_enabled

Sets a value indicating whether the control is enabled.

set_showTrail

Sets a value indicating whether all opened items should be highlighted.

 See Also