Click or drag to resize
Askia

ControlsFactoryGetControlsMap Method

Retrieves all the available controls

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public static IDictionary<int, IControl> GetControlsMap(
	IContext ctx
)

Parameters

ctx
Type: AskiaCoreIContext
Context used by the control

Return Value

Type: IDictionaryInt32, IControl
Returns a dictionary of all controls mapped by their id
See Also