Solved

Match Each Term with the Correct Statement Below

Question 28

Matching

Match each term with the correct statement below.

Premises:
Returns a -1 if the subString is not contained in the string
Removes a specified number of characters located anywhere in a string
Aligns the characters in a string
Appears to the right of the menu item and allow the user to select the item without opening the menu
Used to include one or more menus on a Windows form
Returns the Boolean value True when the substring is contained anywhere in the string
Removes any space characters from both the beginning and end of a string
Displays a list of options when clicked
Allows you to use pattern-matching characters to determine whether one string is equal to another string
Responses:
Remove method
menu title
PadLeft
IndexOf method
Like operator
menu strip control
Contains method
Trim method
shortcut key

Correct Answer:

Returns a -1 if the subString is not contained in the string
Removes a specified number of characters located anywhere in a string
Aligns the characters in a string
Appears to the right of the menu item and allow the user to select the item without opening the menu
Used to include one or more menus on a Windows form
Returns the Boolean value True when the substring is contained anywhere in the string
Removes any space characters from both the beginning and end of a string
Displays a list of options when clicked
Allows you to use pattern-matching characters to determine whether one string is equal to another string
Related Questions