'Declaration Public Function SetFontAtSelectionAsync( _ ByVal font As System.Drawing.Font _ ) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task SetFontAtSelectionAsync( System.Drawing.Font font )
Parameters
- font
- A font object specifying the desired font for the selected text asynchronously.