File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Refer [control dependencies](https://help.syncfusion.com/windowsforms/control-de
17
17
18
18
Please find more details regarding how to install the nuget packages in windows form application in the below link:
19
19
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 )
21
21
22
22
## Creating simple application with SpellCheckerAdv
23
23
@@ -140,17 +140,9 @@ Dim spellCheckerAdv1 As SpellCheckerAdv = New SpellCheckerAdv
140
140
/// <summary >
141
141
/// Gets or sets the current misspelled word.
142
142
/// </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
+
154
146
/// <summary >
155
147
/// Gets or sets the Text to be spell checked by the <see cref =" SpellCheckerAdv " />
156
148
/// </summary >
You can’t perform that action at this time.
0 commit comments