You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<seecref="T:Microsoft.VisualBasic.ApplicationServices.AuthenticationMode" />. Specifies the application's authentication mode.</param>
103
+
<paramname="authenticationMode">One of the enumeration values that specifies the application's authentication mode.</param>
105
104
<summary>Initializes a new instance of the <seecref="T:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase" /> class with the specified authentication mode.</summary>
106
105
<remarks>
107
106
<formattype="text/markdown"><![CDATA[
@@ -142,7 +141,7 @@
142
141
</ReturnValue>
143
142
<Docs>
144
143
<summary>Gets the <seecref="T:System.Windows.Forms.ApplicationContext" /> object for the current thread of a Windows Forms application.</summary>
145
-
<value>This property returns the <seecref="T:System.Windows.Forms.ApplicationContext" /> object for the current thread. That object contains contextual information about the thread.</value>
144
+
<value>Contextual information about the current thread.</value>
146
145
<remarks>
147
146
<formattype="text/markdown"><![CDATA[
148
147
@@ -350,8 +349,8 @@
350
349
<ReturnType>System.Boolean</ReturnType>
351
350
</ReturnValue>
352
351
<Docs>
353
-
<summary>Determines whether this application is a single-instance application.</summary>
354
-
<value>A <seecref="T:System.Boolean" /> value that indicates whether this application is a single-instance application.</value>
352
+
<summary>Gets or sets a value that indicates whether this application is a single-instance application.</summary>
353
+
<value><seelangword="True" /> to indicate this application is a single-instance application; otherwise, <seelangword="False" />.</value>
355
354
<remarks>
356
355
<formattype="text/markdown"><![CDATA[
357
356
@@ -424,9 +423,8 @@
424
423
<ReturnType>System.Int32</ReturnType>
425
424
</ReturnValue>
426
425
<Docs>
427
-
<summary>Determines the minimum length of time, in milliseconds, for which the splash screen is displayed.</summary>
428
-
<value>
429
-
<seelangword="Integer" />. The minimum length of time, in milliseconds, for which the splash screen is displayed.</value>
426
+
<summary>Gets or sets the minimum length of time, in milliseconds, for which the splash screen is displayed.</summary>
427
+
<value>The minimum length of time, in milliseconds, for which the splash screen is displayed.</value>
<paramname="commandLineArgs">A <seecref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <seelangword="String" />, containing the command-line arguments as strings for the current application.</param>
654
+
<paramname="commandLineArgs">A read-only collection containing the command-line arguments as strings for the current application.</param>
657
655
<summary>Sets the visual styles, text display styles, and current principal for the main application thread (if the application uses Windows authentication), and initializes the splash screen, if defined.</summary>
658
656
<returns>A <seecref="T:System.Boolean" /> indicating if application startup should continue.</returns>
<seecref="T:Microsoft.VisualBasic.ApplicationServices.StartupEventArgs" />. Contains the command-line arguments of the application and indicates whether the application startup should be canceled.</param>
787
+
<paramname="eventArgs">The command-line arguments of the application and indicates whether the application startup should be canceled.</param>
791
788
<summary>When overridden in a derived class, allows for code to run when the application starts.</summary>
792
789
<returns>A <seecref="T:System.Boolean" /> that indicates if the application should continue starting up.</returns>
<seecref="T:Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs" />. Contains the command-line arguments of the subsequent application instance and indicates whether the first application instance should be brought to the foreground upon exiting the exception handler.</param>
831
+
<paramname="eventArgs">The command-line arguments of the subsequent application instance and indicates whether the first application instance should be brought to the foreground upon exiting the exception handler.</param>
836
832
<summary>When overridden in a derived class, allows for code to run when a subsequent instance of a single-instance application starts.</summary>
<summary>When overridden in a derived class, allows for code to run when an unhandled exception occurs in the application.</summary>
879
874
<returns>A <seecref="T:System.Boolean" /> that indicates whether the <seecref="E:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.UnhandledException" /> event was raised.</returns>
880
875
<remarks>
@@ -908,7 +903,7 @@
908
903
</ReturnValue>
909
904
<Docs>
910
905
<summary>Gets a collection of all the application's open forms.</summary>
911
-
<value>A <seecref="T:System.Windows.Forms.FormCollection" /> object that contains all of the application's open forms.</value>
906
+
<value>A collection that contains all of the application's open forms.</value>
<paramname="commandLine">Array of type <seelangword="String" />. The command line from <seelangword="Sub Main" />.</param>
972
+
<paramname="commandLine">The command line from <seelangword="Sub Main" />.</param>
978
973
<summary>Sets up and starts the Visual Basic Application model.</summary>
979
974
<remarks>
980
975
<formattype="text/markdown"><![CDATA[
@@ -1034,7 +1029,7 @@
1034
1029
<Docs>
1035
1030
<summary>Determines whether the application saves the user settings on exit.</summary>
1036
1031
<value>
1037
-
<seelangword="Boolean" />. <seelangword="True" /> indicates that the application saves the user settings on exit. Otherwise, the settings are not implicitly saved.</value>
1032
+
<seelangword="True" /> to indicate that the application saves the user settings on exit. Otherwise, <seelangword="False" /> to indicate the settings are not implicitly saved.</value>
1038
1033
<remarks>
1039
1034
<formattype="text/markdown"><![CDATA[
1040
1035
@@ -1203,7 +1198,7 @@
1203
1198
</ReturnValue>
1204
1199
<Docs>
1205
1200
<summary>Determines what happens when the application's main form closes.</summary>
1206
-
<value>A <seecref="T:Microsoft.VisualBasic.ApplicationServices.ShutdownMode" /> enumeration value, indicating what the application should do when the main form closes.</value>
1201
+
<value>One of the enumeration values that indicates what the application should do when the main form closes.</value>
1207
1202
<remarks>
1208
1203
<formattype="text/markdown"><![CDATA[
1209
1204
@@ -1238,7 +1233,7 @@
1238
1233
</ReturnValue>
1239
1234
<Docs>
1240
1235
<summary>Gets or sets the splash screen for this application.</summary>
1241
-
<value>A <seecref="T:System.Windows.Forms.Form" /> object that the application uses as the splash screen.</value>
1236
+
<value>The splash screen for the application.</value>
0 commit comments