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
/// Attemtps to get the type of the configuration object of the specified <paramref name="editor"/>.
20
-
/// </summary>
21
-
/// <param name="editor">The editor.</param>
22
-
/// <param name="type">When this method returns, holds an instance of <see cref="Type"/> representing the type if successful; otherwise, <see langword="null"/>.</param>
23
-
/// <returns><see langword="true"/> if successful; otherwise, <see langword="false"/>.</returns>
/// Attempts to get the type of the value of the specified <paramref name="control"/>.
31
-
/// </summary>
32
-
/// <param name="control">The control.</param>
33
-
/// <param name="type">When this method returns, holds an instance of <see cref="Type"/> representing the type if successful; otherwise, <see langword="null"/>.</param>
34
-
/// <returns><see langword="true"/> if successful; otherwise, <see langword="false"/>.</returns>
/// <param name="type">When this method returns, holds an instance of <see cref="Type"/> representing the type if successful; otherwise, <see langword="null"/>.</param>
23
+
/// <returns><see langword="true"/> if successful; otherwise, <see langword="false"/>.</returns>
/// Attempts to get the type of the value of the specified <paramref name="control"/>.
31
+
/// </summary>
32
+
/// <param name="control">The control.</param>
33
+
/// <param name="type">When this method returns, holds an instance of <see cref="Type"/> representing the type if successful; otherwise, <see langword="null"/>.</param>
34
+
/// <returns><see langword="true"/> if successful; otherwise, <see langword="false"/>.</returns>
/// Attempts to check whether the specified <paramref name="value"/> represents a valid grid control value.
75
-
/// </summary>
76
-
/// <param name="value">The value to check.</param>
77
-
/// <param name="result">When this method returns, holds a boolean value indicating whether <paramref name="value"/> is valid if successful; otherwise, <see langword="false"/>.</param>
78
-
/// <returns><see langword="true"/> if successful; otherwise, <see langword="false"/>.</returns>
/// Attempts to check whether the specified <paramref name="element"/> represents a valid element.
86
-
/// </summary>
87
-
/// <param name="element">The element.</param>
88
-
/// <param name="result">When this method returns, holds a boolean value indicating whether <paramref name="element"/> is valid if successful; otherwise, <see langword="false"/>.</param>
89
-
/// <returns><see langword="true"/> if successful; otherwise, <see langword="false"/>.</returns>
/// Attempts to check whether the specified <paramref name="value"/> represents a valid grid control value.
75
+
/// </summary>
76
+
/// <param name="value">The value to check.</param>
77
+
/// <param name="result">When this method returns, holds a boolean value indicating whether <paramref name="value"/> is valid if successful; otherwise, <see langword="false"/>.</param>
78
+
/// <returns><see langword="true"/> if successful; otherwise, <see langword="false"/>.</returns>
/// Attempts to check whether the specified <paramref name="element"/> represents a valid element.
86
+
/// </summary>
87
+
/// <param name="element">The element.</param>
88
+
/// <param name="result">When this method returns, holds a boolean value indicating whether <paramref name="element"/> is valid if successful; otherwise, <see langword="false"/>.</param>
89
+
/// <returns><see langword="true"/> if successful; otherwise, <see langword="false"/>.</returns>
0 commit comments