Share via


NameForm.TryGetName Method

Include Protected Members
Include Inherited Members

Checks whether a Form class has a name property and returns its value if it does.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member TryGetName(String, String%) Verifies whether the element has a name and returns the name if it exists.
Public methodStatic member TryGetName(String, NameForm.NameValidator, String%) Retrieves a value that indicates the name to get.
Public methodStatic member TryGetName(IWin32Window, String, String%) Determines a value that indicates the name to get.
Public methodStatic member TryGetName(IWin32Window, String, NameForm.NameValidator, String%) Retrieves a value indicating whether the name is set to the form.

Top