C# Класс OdessaGUIProject.FlashWindow.FLASHWINFO

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

Открытые свойства

Свойство Тип Описание
cbSize uint
dwFlags uint
dwTimeout uint
hwnd System.IntPtr
uCount uint

Описание свойств

cbSize публичное свойство

The size of the structure in bytes.
public uint cbSize
Результат uint

dwFlags публичное свойство

The Flash Status.
public uint dwFlags
Результат uint

dwTimeout публичное свойство

The rate at which the Window is to be flashed, in milliseconds. If Zero, the function uses the default cursor blink rate.
public uint dwTimeout
Результат uint

hwnd публичное свойство

A Handle to the Window to be Flashed. The window can be either opened or minimized.
public IntPtr,System hwnd
Результат System.IntPtr

uCount публичное свойство

The number of times to Flash the window.
public uint uCount
Результат uint