Table of Contents

Class DropDownControlArea

Namespace
HeBianGu.Control.Dock.Controls
Assembly
HeBianGu.Control.Dock.dll

Represents a control with a single piece of content of any type.

public class DropDownControlArea : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
DropDownControlArea
Implements
Inherited Members
Extension Methods

Fields

DropDownContextMenuDataContextProperty

DropDownContextMenuDataContext dependency property.

public static readonly DependencyProperty DropDownContextMenuDataContextProperty

Field Value

DependencyProperty

DropDownContextMenuProperty

DropDownContextMenu dependency property.

public static readonly DependencyProperty DropDownContextMenuProperty

Field Value

DependencyProperty

Properties

DropDownContextMenu

Gets/sets the drop down menu to show up when user click on an anchorable menu pin.

[Bindable(true)]
public ContextMenu DropDownContextMenu { get; set; }

Property Value

ContextMenu

DropDownContextMenuDataContext

Gets/sets the DataContext to set for the DropDownContext menu property.

[Bindable(true)]
public object DropDownContextMenuDataContext { get; set; }

Property Value

object

See Also