Wimark.Controls Class Library  

CommandItem.DefaultItem Property

Gets or sets a value indicating whether a menu item, connected to this command, should be the default item.

[Visual Basic]
Public Property DefaultItem As Boolean 
[C#]
public bool DefaultItem {get; set;}
[C++]
public: __property bool get_DefaultItem();
public: __property void set_DefaultItem(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

CommandItem Class | CommandItem Members | Wimark.Controls Namespace