This property sets or retrieves theToolStripComboBox control displaying the "LineJoin" item of the ToolBarSetupLines control.

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

Property Value

A value of type System.Windows.Forms.ToolStripComboBox

Explanation

The ComboBoxLineJoin property sets or retrieves theToolStripComboBox control displaying the "LineJoin" item of the ToolBarSetupLines control.

Because the "LineJoin" combobox is a ToolStripComboBox control, you can use the ComboBoxLineJoin property to change the "LineJoin" 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