Share via


FormBuildActiveXControl.widthValue Method

Definition

Overloads

widthValue()

Gets or sets the width of the control.

widthValue(Int32)

widthValue()

Gets or sets the width of the control.

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

Returns

The width in pixels of the control.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

To change the width of the control, use the exact width calculation mode.

Applies to

widthValue(Int32)

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

Parameters

_value
Int32

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to