DataGridColumnStyle::DataGridColumnHeaderAccessibleObject::Navigate Method (AccessibleNavigation)

 

Enables navigation to another 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 navdir
) override

Parameters

navdir
Type: System.Windows.Forms::AccessibleNavigation

One of the AccessibleNavigation values.

Return Value

Type: System.Windows.Forms::AccessibleObject^

An AccessibleObject specified by the navdir parameter.

.NET Framework
Available since 1.1
Return to top
Show: