Share via


FormGroupControl.frameType Method

Definition

Overloads

frameType(Int32)
frameType()

Sets or returns the frame style for a form group control.

frameType(Int32)

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

Parameters

_value
Int32

An integer value that indicates the frame style for a form group control; optional.

Returns

Applies to

frameType()

Sets or returns the frame style for a form group control.

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

Returns

An integer value that indicates the frame style for a form group control.

Remarks

You can use a FormFrameType enumeration value for the value parameter.

Applies to