DropDownLink.DropDownMenu Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Get/Set the dropdown menu

Namespace:  Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property DropDownMenu As ContextMenu
public ContextMenu DropDownMenu { get; set; }
public:
property ContextMenu^ DropDownMenu {
    ContextMenu^ get ();
    void set (ContextMenu^ value);
}
member DropDownMenu : ContextMenu with get, set
function get DropDownMenu () : ContextMenu 
function set DropDownMenu (value : ContextMenu)

Property Value

Type: System.Windows.Controls.ContextMenu
Returns ContextMenu.

.NET Framework Security

See Also

Reference

DropDownLink Class

Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace