Click or drag to resize
Askia

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
)

Parameters

questionType
Type: AskiaCoreQuestionTypeForDefaultControl
Question type to remove

Return Value

Type: Boolean
Returns true if the property was found and removed
See Also