Click or drag to resize
Askia

IControlCollectionRemove Method (String)

Remove a control from the collection given its name

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
bool Remove(
	string name
)

Parameters

name
Type: SystemString
Name of the control to remove

Return Value

Type: Boolean
Return a boolean representing the success of the operation
See Also