Version

InitialSelectedTabItem Property

Returns or sets the object that represents the item from the Items collection that is the Tab type ApplicationMenu2010Item whose content is displayed on the right side of the ApplicationMenu2010 when the menu is shown.
Syntax
'Declaration
 
Public Property InitialSelectedTabItem As Object
public object InitialSelectedTabItem {get; set;}
Remarks

This property indicates the item that should be chosen as the selected tab when the ApplicationMenu2010 opens. When the menu opens and the SelectedTabItem is null, this property is used to initialize the SelectedTabItem. When the menu closes, the SelectedTabItem is set to null and the next time the menu opens it will use the value of the InitialSelectedTabItem.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also