메소드 | 설명 | |
---|---|---|
EditComplexValue2Dlg ( ) : System |
Creates an empty form.
|
|
ShowDialog ( Session session, NodeId variableId, Variant value, string caption ) : Variant |
Prompts the user to edit a value.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
EncodingCB_Item_Click ( object sender, EventArgs e ) : void | ||
EncodingCB_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
GetValue ( ) : Variant |
Converts the XML back to a value.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OkBTN_Click ( object sender, EventArgs e ) : void | ||
RefreshBTN_Click ( object sender, EventArgs e ) : void | ||
SetValue ( Variant value ) : void |
Sets the value shown in the control.
|
|
UpdateBTN_Click ( object sender, EventArgs e ) : void | ||
ValueTB_TextChanged ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public ShowDialog ( Session session, NodeId variableId, Variant value, string caption ) : Variant | ||
session | Session | |
variableId | NodeId | |
value | Variant | |
caption | string | |
리턴 | Variant |