Table of Contents

Class LinkGroupExpander

Namespace
HeBianGu.Control.LeftMenu
Assembly
HeBianGu.Control.LeftMenu.dll
public class LinkGroupExpander : Selector, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild, ICommandSource
Inheritance
LinkGroupExpander
Implements
Inherited Members
Extension Methods

Fields

MouseOverBackgroundProperty

public static readonly DependencyProperty MouseOverBackgroundProperty

Field Value

DependencyProperty

SelectItemBackgroundProperty

public static readonly DependencyProperty SelectItemBackgroundProperty

Field Value

DependencyProperty

SelectItemFlagForegroundProperty

public static readonly DependencyProperty SelectItemFlagForegroundProperty

Field Value

DependencyProperty

SelectedLinkProperty

public static readonly DependencyProperty SelectedLinkProperty

Field Value

DependencyProperty

Properties

AccentKey

public static ComponentResourceKey AccentKey { get; }

Property Value

ComponentResourceKey

Command

Gets the command that will be executed when the command source is invoked.

public ICommand Command { get; set; }

Property Value

ICommand

The command that will be executed when the command source is invoked.

CommandParameter

Represents a user defined data value that can be passed to the command when it is executed.

public object CommandParameter { get; set; }

Property Value

object

The command specific data.

CommandTarget

The object that the command is being executed on.

public IInputElement CommandTarget { get; set; }

Property Value

IInputElement

The object that the command is being executed on.

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

ListBoxItemKey

public static ComponentResourceKey ListBoxItemKey { get; }

Property Value

ComponentResourceKey

MouseOverBackground

public Brush MouseOverBackground { get; set; }

Property Value

Brush

SelectItemBackground

public Brush SelectItemBackground { get; set; }

Property Value

Brush

SelectItemFlagForeground

public Brush SelectItemFlagForeground { get; set; }

Property Value

Brush
public IAction SelectedLink { get; set; }

Property Value

IAction