YesNoPromptUpdateView Method (ButtonTypes, IconTypes, String, String, String, Double, Double, Double) |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic void UpdateView(
ButtonTypes bt,
IconTypes it,
string diagTitle,
string diagMsg1,
string diagMsg2,
double width,
double height,
double msgPanelHeight
)
Public Sub UpdateView (
bt As ButtonTypes,
it As IconTypes,
diagTitle As String,
diagMsg1 As String,
diagMsg2 As String,
width As Double,
height As Double,
msgPanelHeight As Double
)
public:
void UpdateView(
ButtonTypes bt,
IconTypes it,
String^ diagTitle,
String^ diagMsg1,
String^ diagMsg2,
double width,
double height,
double msgPanelHeight
)
member UpdateView :
bt : ButtonTypes *
it : IconTypes *
diagTitle : string *
diagMsg1 : string *
diagMsg2 : string *
width : float *
height : float *
msgPanelHeight : float -> unit
Parameters
- bt
- Type: SxcDeskAppLibButtonTypes
- it
- Type: SxcDeskAppLibIconTypes
- diagTitle
- Type: SystemString
- diagMsg1
- Type: SystemString
- diagMsg2
- Type: SystemString
- width
- Type: SystemDouble
- height
- Type: SystemDouble
- msgPanelHeight
- Type: SystemDouble
See Also