| IDefaultControlCollectionRemove Method |
Remove the specified property from the collection
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax bool Remove(
QuestionTypeForDefaultControl questionType
)
Function Remove (
questionType As QuestionTypeForDefaultControl
) As Boolean
bool Remove(
QuestionTypeForDefaultControl questionType
)
Parameters
- questionType
- Type: AskiaCoreQuestionTypeForDefaultControl
Question type to remove
Return Value
Type:
BooleanReturns true if the property was found and removed
See Also