Select from following answers:- myTextBox.SetFlowBreak();
- myTextBox.SetFlowBreak(myFLPanel);
- myFLPanel.SetFlowBreak(myTextBox, true);
- myFLPanel. myTextBox.SetFlowBreak();
- All Above
FlowLayoutPanel represents a panel that dynamically lays out its contents horizontally or vertically.The SetFlowBreak method sets the value that represents the flow-break setting of the FlowLayoutPanel control
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator