Wimark.Controls Class Library  

ToolBarButton.Command Property

Gets or sets the command this toolbar button should be connected to.

[Visual Basic]
Public Property Command As CommandItem 
[C#]
public CommandItem Command {get; set;}
[C++]
public: __property CommandItem* get_Command();
public: __property void set_Command(CommandItem*);

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

ToolBarButton Class | ToolBarButton Members | Wimark.Controls Namespace