Share via


FormContainerControl.width Method

Definition

Overloads

width(Int32)
width(Int32, Int32)

width(Int32)

public:
 override int width(int num1);
public override int width (int num1);
override this.width : int -> int
Public Overrides Function width (num1 As Integer) As Integer

Parameters

num1
Int32

Returns

Applies to

width(Int32, Int32)

public:
 override int width(int _value, int _mode);
public override int width (int _value, int _mode);
override this.width : int * int -> int
Public Overrides Function width (_value As Integer, _mode As Integer) As Integer

Parameters

_value
Int32
_mode
Int32

Returns

Applies to