Wimark.Controls Class Library  

ToolBarButton.Pushed Property

Gets or sets a value indicating whether a toggle-style toolbar button is currently in the pushed state.

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

ToolBarButton Class | ToolBarButton Members | Wimark.Controls Namespace