Share via


JumpList.ShowFrequentCategory Property

Gets or sets a value that indicates whether frequently used items are displayed in the Jump List.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Property ShowFrequentCategory As Boolean
public bool ShowFrequentCategory { get; set; }
public:
property bool ShowFrequentCategory {
    bool get ();
    void set (bool value);
}
member ShowFrequentCategory : bool with get, set
function get ShowFrequentCategory () : boolean
function set ShowFrequentCategory (value : boolean)

Property Value

Type: System.Boolean
true if frequently used items are displayed in the Jump List; otherwise, false. The default is false.

Remarks

The contents of the Frequent category are managed by the Windows shell. To display frequently used items in the Jump List, set the ShowFrequentCategory property to true.

The Recent and Frequent categories often contain many of the same jump items. As a result, applications typically display either the Recent or the Frequent category in the Jump List, but not both.

.NET Framework Security

See Also

Reference

JumpList Class

Microsoft.Windows.Shell Namespace