| SplitButtonDropDownContextMenu Property |
The dropdown context menu property
Namespace: SandcastleBuilder.WPF.ControlsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public ContextMenu DropDownContextMenu { get; set; }
Public Property DropDownContextMenu As ContextMenu
Get
Set
public:
property ContextMenu^ DropDownContextMenu {
ContextMenu^ get ();
void set (ContextMenu^ value);
}
member DropDownContextMenu : ContextMenu with get, set
Property Value
Type:
ContextMenuSee Also