Table of Contents

Class CommandLink

Namespace
Acuit.Pinpoint.Windows.Controls
Assembly
Acuit.Pinpoint.Windows.dll

A command link control.

public class CommandLink : Button, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICommandSource
Inheritance
CommandLink
Implements
Inherited Members

Fields

Identifies the NoteText dependency property.

public static readonly DependencyProperty NoteTextProperty

Field Value

DependencyProperty

Properties

Gets or sets the note text to display below the command link content.

public string NoteText { get; set; }

Property Value

string