NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolBarButton.PartialPush

Indicates whether or not a toggle-styled button is partially pushed or not. If button is not a ToggleButton, this property is ignored.

[Visual Basic]
Public Property PartialPush As Boolean
[C#]
public bool PartialPush {get; set;}
[C++]
public: __property bool get_PartialPush();
public: __property void set_PartialPush(bool);
[JScript]
public function get PartialPush() : Boolean;
public function set PartialPush(Boolean);

See Also

ToolBarButton Class | ToolBarButton Members | System.WinForms Namespace