Table of Contents

Class LinkBox

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll

Displays links to non-reference data; themeable

public sealed class LinkBox : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
LinkBox
Implements
Inherited Members

Fields

public static readonly DependencyProperty EntityProperty

Field Value

DependencyProperty
public static readonly DependencyProperty IsNavigableProperty

Field Value

DependencyProperty
public static readonly DependencyProperty IsReadOnlyProperty

Field Value

DependencyProperty
public static readonly DependencyProperty NavigateCommandProperty

Field Value

DependencyProperty
public static readonly DependencyProperty SurfaceProperty

Field Value

DependencyProperty

Properties

public IEntity Entity { get; set; }

Property Value

IEntity
public bool IsNavigable { get; set; }

Property Value

bool
public bool IsReadOnly { get; set; }

Property Value

bool
public ICommand NavigateCommand { get; set; }

Property Value

ICommand
public ISurface Surface { get; set; }

Property Value

ISurface

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()