Version

FilterUIProviderViewStyle Enumeration

An enumeration used to specify the style of the menus and tree.
Syntax
'Declaration
 
Public Enum FilterUIProviderViewStyle 
   Inherits System.Enum
public enum FilterUIProviderViewStyle : System.Enum 
Members
MemberDescription
DefaultThe menus and tree will be displayed in their default style.
Office2000The menus will be displayed in an Office2000 style.
Office2003The menus will be displayed in an Office2003 style.
Office2007The menus will be displayed in an Office2007 style.
OfficeXPThe menus will be displayed in an OfficeXP style.
VistaThe menus and tree will be displayed in a Vista style.
VisualStudio2005The menus will be displayed in a VisualStudio2005 style.
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