2024 Method
Changes 0
M

TableViewUIUtils.TestCellAndPromptToEditTypeParameter

Description:
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.
public static bool TestCellAndPromptToEditTypeParameter(
	TableView tableView,
	SectionType sectionType,
	int row,
	int column
)
Return Value bool Returns true if editing the cell is allowed; otherwise false.