Class ShellProperties.PropertySystemLayoutPattern
- Namespace
- Microsoft.WindowsAPICodePack.Shell.PropertySystem
- Assembly
- Microsoft.WindowsAPICodePack.Shell.dll
System.LayoutPattern Properties
public class ShellProperties.PropertySystemLayoutPattern : PropertyStoreItems
- Inheritance
-
ShellProperties.PropertySystemLayoutPattern
- Inherited Members
Properties
ContentViewModeForBrowse
Name: System.LayoutPattern.ContentViewModeForBrowse -- PKEY_LayoutPattern_ContentViewModeForBrowse
Description: Specifies the layout pattern that the content view mode should apply for this item in the context of browsing. Register the regvalue under the name of "ContentViewModeLayoutPatternForBrowse".
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 500
public ShellProperty<string> ContentViewModeForBrowse { get; }
Property Value
ContentViewModeForSearch
Name: System.LayoutPattern.ContentViewModeForSearch -- PKEY_LayoutPattern_ContentViewModeForSearch
Description: Specifies the layout pattern that the content view mode should apply for this item in the context of searching. Register the regvalue under the name of "ContentViewModeLayoutPatternForSearch".
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 501
public ShellProperty<string> ContentViewModeForSearch { get; }