Share via


FormBuildDesign.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:
 virtual int widthValue();
public virtual int widthValue ();
abstract member widthValue : unit -> int
override this.widthValue : unit -> int
Public Overridable Function widthValue () As Integer

Returns

The width in pixels of the control.

Remarks

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

Applies to

widthValue(Int32)

public:
 virtual int widthValue(int _value);
public virtual int widthValue (int _value);
abstract member widthValue : int -> int
override this.widthValue : int -> int
Public Overridable Function widthValue (_value As Integer) As Integer

Parameters

_value
Int32

Returns

Applies to