System.Windows.Forms
2.0.0.0
System.Enum
This enumeration is used by the methods in the and classes, as well as by the class. Identifying the nearest item in a control can vary depending on the operating system the application is running on; therefore, the search direction is a hint, and not an absolute guarantee of results.
Provides a directional hint of where to search for a .
Field
System.Windows.Forms.SearchDirectionHint
Below the current item.
2.0.0.0
Field
System.Windows.Forms.SearchDirectionHint
To the left of the current item
2.0.0.0
Field
System.Windows.Forms.SearchDirectionHint
To the right of the current item.
2.0.0.0
Field
System.Windows.Forms.SearchDirectionHint
Above the current item.
2.0.0.0