C# Класс IPFilter.Native.Win32Api

Показать файл Открыть проект

Открытые методы

Метод Описание
BringToFront ( IntPtr handle ) : void

Приватные методы

Метод Описание
AttachThreadInput ( uint threadToBeAttached, uint threadToBeAttachedTo, bool attach ) : bool
GetCurrentThreadId ( ) : uint
GetForegroundWindow ( ) : IntPtr
GetWindowThreadProcessId ( IntPtr hWnd, IntPtr processId ) : uint
SetFocus ( IntPtr hWnd ) : IntPtr
SetForegroundWindow ( IntPtr hWnd ) : bool

Описание методов

BringToFront() публичный статический Метод

public static BringToFront ( IntPtr handle ) : void
handle System.IntPtr
Результат void