Show / Hide Table of Contents

Property wnd.TaskbarButton


Overload

Returns an object that manages the taskbar button of this window: flash, progress, add/delete.

public WTaskbarButton TaskbarButton { get; }
Property Value
WTaskbarButton

Examples

var w = wnd.find(0, "*Notepad", "Notepad");
w.TaskbarButton.Delete();