Share via


SoftkeyLabel Property (Link)

Sets or returns the text displayed for a softkey when the Link has a NavigateURL property defined. The default value is an empty string.

public string SoftkeyLabel {
   get,
   set
}

Remarks

This property is used only for devices that support softkeys.

If this property is empty, the Text property of the control is used. If the Text property is empty or its length is less than 9, the Text property is used for the softkey label. Otherwise, the word Link, or a localized equivalent, is displayed.

See Also

Applies to: Link Class