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