TableViewUIUtils.TestCellAndPromptToEditTypeParameter
Description:
Prompts the end-user to control whether a type parameter contained in the specified table cell should be allowed edited.
Prompts the end-user to control whether a type parameter contained in the specified table cell should be allowed edited.
Remarks:
If the specified cell contains an instance parameter, the method automatically returns true without prompting the user. For type parameters, a task dialog will be shown and the user's choice will be returned.
If the specified cell contains an instance parameter, the method automatically returns true without prompting the user. For type parameters, a task dialog will be shown and the user's choice will be returned.
public static bool TestCellAndPromptToEditTypeParameter(
TableView tableView,
SectionType sectionType,
int row,
int column
)
-
tableViewThe table view.
-
sectionTypeThe section the row lies in.
-
Int32rowThe row index in the section.
-
Int32columnThe column index in the section.
-
A non-optional argument was null
-
The given row number row is invalid. -or- The given column number column is invalid. -or- A value passed for an enumeration argument is not a member of that enumeration