ToolStripItem::ToolStripItemAccessibleObject::Navigate Method (AccessibleNavigation)

 

Navigates to another accessible object.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::UnmanagedCode)]
virtual AccessibleObject^ Navigate(
	AccessibleNavigation navigationDirection
) override

Parameters

navigationDirection
Type: System.Windows.Forms::AccessibleNavigation

One of the AccessibleNavigation values.

Return Value

Type: System.Windows.Forms::AccessibleObject^

An AccessibleObject that represents one of the AccessibleNavigation values.

.NET Framework
Available since 2.0
Return to top
Show: