get method

get(self, name)

Gets the TextBox element by the name.

Returns


def get(self, name):
    ...
ParameterTypeDescription
nameSystem.StringThe name of the text box.

See Also