Wimark.Controls Class Library  

MainMenu.HideInfrequent Property

Gets or sets a value indicating whether the menu should activate the infrequent filter. The filter hides menu items that have not been used recently.

[Visual Basic]
Public Property HideInfrequent As Boolean 
[C#]
public bool HideInfrequent {get; set;}
[C++]
public: __property bool get_HideInfrequent();
public: __property void set_HideInfrequent(bool);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

MainMenu Class | MainMenu Members | Wimark.Controls Namespace