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 | |
---|---|---|
TryGetName(String, String%) | Verifies whether the element has a name and returns the name if it exists. | |
TryGetName(String, NameForm.NameValidator, String%) | Retrieves a value that indicates the name to get. | |
TryGetName(IWin32Window, String, String%) | Determines a value that indicates the name to get. | |
TryGetName(IWin32Window, String, NameForm.NameValidator, String%) | Retrieves a value indicating whether the name is set to the form. |
Top