This documentation is archived and is not being maintained.
MenuItemBinding::Selectable Property
Visual Studio 2010
Gets or sets a value that indicates whether the menu item to which the MenuItemBinding object is applied can be selected, or is "clickable."
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if the menu item to which the MenuItemBinding is applied is selectable; otherwise, false.
When the Menu control is bound to a data source, use the Selectable property to set the MenuItem::Selectable property of a MenuItem object. This setting is shared with all menu items to which the MenuItemBinding object is applied. When this property is set to false, the menu item is not "clickable" but any child items are displayed.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: