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