ButtonActions.FormatLink(ToolbarButton, String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies Link
public abstract void FormatLink(Microsoft.Toolkit.Uwp.UI.Controls.TextToolbarButtons.ToolbarButton button, string label, string formattedLabel, string link);
abstract member FormatLink : Microsoft.Toolkit.Uwp.UI.Controls.TextToolbarButtons.ToolbarButton * string * string * string -> unit
Public MustOverride Sub FormatLink (button As ToolbarButton, label As String, formattedLabel As String, link As String)
Parameters
- button
- ToolbarButton
- label
- String
- formattedLabel
- String
- link
- String