This property sets or retrieves the ToolStripComboBox control displaying the "Text Alignment" items of the ToolBarSetupObjects control.

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

Property Value

A value of type System.Windows.Forms.ToolStripComboBox

Explanation

The ComboBoxTextAlign property sets or retrieves the ToolStripComboBox control displaying the "Text Alignment" items of the ToolBarSetupObjects control.

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

For coding examples, please refer to the ComboBoxBorderShape property explanation

See Also

ToolBarSetupObjects Members | Newtone.ImageKit.Win.ToolBarSetupObjects

 

The ImageKit.NET3 is created by Newtone Corporation