Version

OwnerNavigationStyle Enumeration

Describes the type of user interface that is presented to the end user with which to navigate between owners.
Syntax
'Declaration
 
Public Enum OwnerNavigationStyle 
   Inherits System.Enum
public enum OwnerNavigationStyle : System.Enum 
Members
MemberDescription
DropDownA dropdown list appears on each owner's header from which a different owner can be selected.
DropDownAndScrollbarBoth a dropdown list and a horizontal scrollbar are displayed.
NoneNo user interface elements are presented to the end user for controlling owner navigation.
ScrollbarA horizontal scrollbar is displayed that controls which owners appear in the control's viewable area.
ScrollButtonsHorizontal scroll buttons are displayed on the first and last in-view owner's headers.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also