FormDateTimeControl.performTypeLookup Method

Definition

Overloads

performTypeLookup()
performTypeLookup(Int32)
performTypeLookup(Int32, Int32)
performTypeLookup(Int32, Int32, String)

performTypeLookup()

public:
 virtual void performTypeLookup();
public virtual void performTypeLookup ();
abstract member performTypeLookup : unit -> unit
override this.performTypeLookup : unit -> unit
Public Overridable Sub performTypeLookup ()

Applies to

performTypeLookup(Int32)

public:
 virtual void performTypeLookup(int num1);
public virtual void performTypeLookup (int num1);
abstract member performTypeLookup : int -> unit
override this.performTypeLookup : int -> unit
Public Overridable Sub performTypeLookup (num1 As Integer)

Parameters

num1
Int32

Applies to

performTypeLookup(Int32, Int32)

public:
 virtual void performTypeLookup(int num1, int num2);
public virtual void performTypeLookup (int num1, int num2);
abstract member performTypeLookup : int * int -> unit
override this.performTypeLookup : int * int -> unit
Public Overridable Sub performTypeLookup (num1 As Integer, num2 As Integer)

Parameters

num1
Int32
num2
Int32

Applies to

performTypeLookup(Int32, Int32, String)

public:
 virtual void performTypeLookup(int _userType, int _arrayIndex, System::String ^ _company);
public virtual void performTypeLookup (int _userType, int _arrayIndex, string _company);
abstract member performTypeLookup : int * int * string -> unit
override this.performTypeLookup : int * int * string -> unit
Public Overridable Sub performTypeLookup (_userType As Integer, _arrayIndex As Integer, _company As String)

Parameters

_userType
Int32
_arrayIndex
Int32
_company
String

Applies to