Click or drag to resize
YesNoPrompt Constructor (ButtonTypes, IconTypes, String, String, String)
Initializes a new instance of the YesNoPrompt class

Namespace: SxcDeskAppLib
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public YesNoPrompt(
	ButtonTypes bt,
	IconTypes it,
	string diagTitle,
	string diagMsg1,
	string diagMsg2
)

Parameters

bt
Type: SxcDeskAppLibButtonTypes
it
Type: SxcDeskAppLibIconTypes
diagTitle
Type: SystemString
diagMsg1
Type: SystemString
diagMsg2
Type: SystemString
See Also