This property sets or retrieves the "Move Forward One" button of the ToolBarAnnotation control.

[Visual Basic]Public Property ButtonMoveForwardOne As System.Windows.Forms.ToolStripButton
[C#]public System.Windows.Forms.ToolStripButton ButtonMoveForwardOne {get; set;}

Property Value

A value of type System.Windows.Forms.ToolStripButton

Explanation

The ButtonMoveForwardOne property sets or retrieves the "Move Forward One" button of the ToolBarAnnotation. The "Move Forward One" button is a ToolStripButton control. By using the ButtonMoveForwardOne property, you can change "Move Forward One" button settings, generate events, etc.

For code examples see ButtonClearAll property

See Also

ToolBarAnnotation Members | Newtone.ImageKit.Win.ToolBarAnnotation

 

The ImageKit.NET3 is created by Newtone Corporation