Design Pattern Framework 3.5
DropDown Property
Patterns-In-Action! Application ► WPFApplication.Controls ► DropDownButton ► DropDown
Gets and sets the context menu (the dropdown).
Declaration Syntax
C# | Visual Basic |
public ContextMenu DropDown { get; set; }
Public Property DropDown As ContextMenu