LoadLayout Method

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Load layout.

Namespace:  Microsoft.Dynamics.Retail.Pos.Contracts.UI
Assembly:  Microsoft.Dynamics.Retail.Pos.Contracts (in Microsoft.Dynamics.Retail.Pos.Contracts.dll)

Syntax

'Declaration
Sub LoadLayout ( _
    layoutId As String _
)
'Usage
Dim instance As IPosCustomControlV1
Dim layoutId As String

instance.LoadLayout(layoutId)
void LoadLayout(
    string layoutId
)
void LoadLayout(
    String^ layoutId
)

Parameters

Remarks

Called when new layout is being loaded. e.g. during operator log on.

See Also

Reference

IPosCustomControlV1 Interface

Microsoft.Dynamics.Retail.Pos.Contracts.UI Namespace