FormGroupControl.useUserLayout Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
useUserLayout() |
Specifies whether to use the user-specified layout of a form group control. |
useUserLayout(Boolean) |
useUserLayout()
Specifies whether to use the user-specified layout of a form group control.
public:
virtual bool useUserLayout();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool useUserLayout ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member useUserLayout : unit -> bool
override this.useUserLayout : unit -> bool
Public Overridable Function useUserLayout () As Boolean
Returns
true if the user-specified layout of a form group control is used; otherwise, false.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Remarks
The user specifies the layout by using the User setup form.
Applies to
useUserLayout(Boolean)
public:
virtual bool useUserLayout(bool _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool useUserLayout (bool _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member useUserLayout : bool -> bool
override this.useUserLayout : bool -> bool
Public Overridable Function useUserLayout (_value As Boolean) As Boolean
Parameters
- _value
- Boolean
A Boolean value that specifies whether to use the user-specified layout of a form group control; optional.
Returns
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute