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