Click or drag to resize

TaskDialogButtonCommandLinkNote Property

Gets or sets the text of the note associated with a command link button.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string CommandLinkNote { get; set; }

Property Value

Type: String
The text of the note associated with a command link button.
Remarks

This property applies only to buttons where the Type property is Custom. For other button types, it is ignored.

In addition, it is used only if the ButtonStyle property is set to CommandLinks or CommandLinksNoIcon; otherwise, it is ignored.

See Also