DropDownButton.DropDownContextMenu Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the dropdown context menu.
public:
property System::Windows::Controls::ContextMenu ^ DropDownContextMenu { System::Windows::Controls::ContextMenu ^ get(); void set(System::Windows::Controls::ContextMenu ^ value); };
public System.Windows.Controls.ContextMenu DropDownContextMenu { get; set; }
member this.DropDownContextMenu : System.Windows.Controls.ContextMenu with get, set
Public Property DropDownContextMenu As ContextMenu