1 write to MoveLastItem
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingNavigator.cs (1)
144
MoveLastItem
= new System.Windows.Forms.ToolStripButton();
7 references to MoveLastItem
System.Windows.Forms (7)
winforms\Managed\System\WinForms\BindingNavigator.cs (7)
166
MoveLastItem
.Name = ch + "indingNavigatorMoveLastItem";
178
MoveLastItem
.Text = SR.GetString(SR.BindingNavigatorMoveLastItemText);
209
MoveLastItem
.Image = moveLastImage;
216
MoveLastItem
.RightToLeftAutoMirrorImage = true;
223
MoveLastItem
.DisplayStyle = ToolStripItemDisplayStyle.Image;
245
MoveLastItem
,
527
if (
MoveLastItem
!= null) moveLastItem.Enabled = (position < count);