This property sets or retrieves the ToolStripComboBox control displaying the "StartLineCap" item the ToolBarSetupLines control.
[Visual Basic]Public Property
ComboBoxStartLineCap As
System.Windows.Forms.ToolStripComboBox
[C#]public
System.Windows.Forms.ToolStripComboBox ComboBoxStartLineCap {get;
set;}
Property Value
A value of type System.Windows.Forms.ToolStripComboBox
Explanation
The ComboBoxStartLineCap property sets or retrieves the ToolStripComboBox control displaying the "StartLineCap" item the ToolBarSetupLines control.
Because the "StartLineCap" combobox is a ToolStripComboBox control, you can use the ComboBoxStartLineCap property to change the "StartLineCap" combobox settings, generate events, etc.
For coding examples, please refer to the ComboBoxDashStyle property explanation.
See Also
ToolBarSetupLines Members | Newtone.ImageKit.Win.ToolBarSetupLines