frmCashBook..::..SearchPaymentTypes Method

Namespace:  JiwaFinancials.Jiwa.JiwaCashBookUI
Assembly:  JiwaCashBookUI (in JiwaCashBookUI.dll)

Syntax


public bool SearchPaymentTypes(
	ref string PaymentTypeID,
	Form OwnerForm
)
Public Function SearchPaymentTypes ( _
	ByRef PaymentTypeID As String, _
	OwnerForm As Form _
) As Boolean
public:
bool^ SearchPaymentTypes(
	String^% PaymentTypeID, 
	Form^ OwnerForm
)

Parameters

PaymentTypeID
Type: String%
OwnerForm
Type: Form