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