FormGroupControl.userWidth Method

Definition

Overloads

userWidth(Int32)
userWidth()

Sets or returns an integer that indicates the width of a form group control in pixels.

userWidth(Int32)

public:
 override int userWidth(int _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int userWidth (int _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.userWidth : int -> int
Public Overrides Function userWidth (_value As Integer) As Integer

Parameters

_value
Int32

An integer that indicates the width of a form group control in pixels; optional.

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

userWidth()

Sets or returns an integer that indicates the width of a form group control in pixels.

public:
 override int userWidth();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int userWidth ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.userWidth : unit -> int
Public Overrides Function userWidth () As Integer

Returns

An integer value that indicates the width of a form group control in pixels; 0 (zero) if the user did not specify a width.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

The user specifies the width in characters by using the User setup form. This method returns the width in pixels, based on six times the number of characters.

Applies to