This property sets or retrieves the ToolStripComboBox control displaying the "EndLineCap" item of the ToolBarSetupLines control.

[Visual Basic]Public Property ComboBoxEndLineCap As System.Windows.Forms.ToolStripComboBox
[C#]public System.Windows.Forms.ToolStripComboBox ComboBoxEndLineCap {get; set;}

Property Value

A value of type System.Windows.Forms.ToolStripComboBox

Explanation

The ComboBoxEndLineCap property sets or retrieves the ToolStripComboBox control displaying the "EndLineCap" item of the ToolBarSetupLines control.

Because the "EndLineCap" combobox is a ToolStripComboBox control, you can use the ComboBoxEndLineCap property to change the "EndLineCap" combobox settings, generate events, etc.

For coding examples, please refer to the ComboBoxDashStyle property explanation.

See Also

ToolBarSetupLines Members | Newtone.ImageKit.Win.ToolBarSetupLines

 

The ImageKit.NET3 is created by Newtone Corporation