Skip to content

Commit 6073b27

Browse files
source updation from github repo
1 parent ff89662 commit 6073b27

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

Getting-Started.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Refer [control dependencies](https://help.syncfusion.com/windowsforms/control-de
1717

1818
Please find more details regarding how to install the nuget packages in windows form application in the below link:
1919

20-
[How to install nuget packages](https://help.syncfusion.com/windowsforms/nuget-packages)
20+
[How to install nuget packages](https://help.syncfusion.com/windowsforms/visual-studio-integration/nuget-packages)
2121

2222
## Creating simple application with SpellCheckerAdv
2323

@@ -140,17 +140,9 @@ Dim spellCheckerAdv1 As SpellCheckerAdv = New SpellCheckerAdv
140140
/// <summary>
141141
/// Gets or sets the current misspelled word.
142142
/// </summary>
143-
public string CurrentWord
144-
{
145-
get
146-
{
147-
return textBox.Text;
148-
}
149-
set
150-
{
151-
textBox.Text = value;
152-
}
153-
}
143+
144+
public string CurrentWord { get; set; }
145+
154146
/// <summary>
155147
/// Gets or sets the Text to be spell checked by the <see cref="SpellCheckerAdv"/>
156148
/// </summary>

0 commit comments

Comments
 (0)