Method | Description | |
---|---|---|
MessageNameTextBoxController ( |
Initializes a new instance of MessageNameTextBoxController class with the specified values.
|
Method | Description | |
---|---|---|
CheckBox_CheckedChanged ( object sender, |
Performs the actions when the check box status is changed. If the check box is unchecked this method will reset the message name to the initial name. |
|
TextBox_TextChanged ( object sender, |
Performs the actions when the content of the text box changes. This method updates the current message's message name when updating the text box. |
public MessageNameTextBoxController ( |
||
messageNameTextBox | Reference to the text box which contains the message name. | |
messageNameCheckBox | Reference to the check box which indicates whether the customized message name is used or not. | |
message | Reference to the current |
|
messageLabel | PropertyPane | Reference to the tree view node which displays the message name. |
return | System |