G
Guest
Hello,
I have a TextBox on ToolStrip. The TextBox name is:
toolStripTextBoxTorch.
I have a BindingList defined as:
public BindingList<ChannelConfigData> blistChannelConfigData;
ChannelConfigData has an integer member: nTorch.
I am trying to bind the toolStripTextBoxTorch TextBox to the value of the
nTorch.
Any Idea how do I do that?
Thanks,
Eitan
I have a TextBox on ToolStrip. The TextBox name is:
toolStripTextBoxTorch.
I have a BindingList defined as:
public BindingList<ChannelConfigData> blistChannelConfigData;
ChannelConfigData has an integer member: nTorch.
I am trying to bind the toolStripTextBoxTorch TextBox to the value of the
nTorch.
Any Idea how do I do that?
Thanks,
Eitan