Microsoft.WindowsAPICodePack.Taskbar.TabbedThumbnailEventArgs.TabbedThumbnailEventArgs C# (CSharp) Метод

TabbedThumbnailEventArgs() публичный Метод

Creates a Event Args for a specific tabbed thumbnail event.
public TabbedThumbnailEventArgs ( IntPtr windowHandle ) : System
windowHandle System.IntPtr Window handle for the control/window related to the event
Результат System
        public TabbedThumbnailEventArgs(IntPtr windowHandle)
        {
            WindowHandle = windowHandle;
            //WindowsControl = null;
        }
TabbedThumbnailEventArgs