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