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);
ToolBarButton Class | ToolBarButton Members | System.WinForms Namespace