Forum Discussion
HKosova
Alumni
14 years agoHi Narender,
When changing the check box state by directly setting the wState property value, mouse events are not actually raised. To simulate the actual mouse click on the check box and have the corresponding events raised, use the ClickButton method instead:
When changing the check box state by directly setting the wState property value, mouse events are not actually raised. To simulate the actual mouse click on the check box and have the corresponding events raised, use the ClickButton method instead:
Aliases.EliteMCP.MainForm.splitContainer1.SplitterPanel1.operatorManagement1.operatorDetailsGroupBox.m_chkUseAddress.ClickButton(cbUnchecked)