| 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
)
Public Shared Function GetControlsMap (
ctx As IContext
) As IDictionary(Of Integer, IControl)
public:
static IDictionary<int, IControl^>^ GetControlsMap(
IContext^ ctx
)
Parameters
- ctx
- Type: AskiaCoreIContext
Context used by the control
Return Value
Type:
IDictionaryInt32,
IControlReturns a dictionary of all controls mapped by their id
See Also