This property sets or retrieves the "Cut" button of the ToolBarAnnotation control.
[Visual Basic]Public Property ButtonCut As
System.Windows.Forms.ToolStripButton
[C#]public System.Windows.Forms.ToolStripButton
ButtonCut {get; set;}
Property Value
A value of type System.Windows.Forms.ToolStripButton
Explanation
The ButtonCut property sets or retrieves the "Cut" button of the ToolBarAnnotation. The "Cut" button is a ToolStripButton control. By using the ButtonCut property, you can change "Cut" button settings, generate events, etc.
For code examples see ButtonClearAll property
See Also
ToolBarAnnotation Members | Newtone.ImageKit.Win.ToolBarAnnotation