DropDownLink.DropDownMenu Property
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace