FormFastTabHeaderControl.type Method

Definition

Overloads

type()
type(Int32)

type()

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

Returns

Applies to

type(Int32)

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

Parameters

_value
Int32

Returns

Applies to