SelectionNotifyingMenuItem.CurrentSelection Property
Gets the currently selected child MenuItem.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Property CurrentSelection As MenuItem
public MenuItem CurrentSelection { get; internal set; }
public:
property MenuItem^ CurrentSelection {
MenuItem^ get ();
void set (MenuItem^ value);
}
public function get CurrentSelection () : MenuItem
public function set CurrentSelection (value : MenuItem)
See Also
SelectionNotifyingMenuItem Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls Namespace