C# Класс Orc.LicenseManager.WindowExtensions

Extensions for the window class.
Показать файл Открыть проект

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

Метод Описание
ApplyIconFromApplication ( this window ) : void

Applies the icon from the entry assembly (the application) to the window.

RemoveCloseButton ( this window ) : void

Removes the close button from the specified window.

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

Метод Описание
GetWindowLong ( IntPtr hwnd, int index ) : int
OnWindowInitializedForRemoveCloseButton ( object sender, EventArgs e ) : void
SetWindowLong ( IntPtr hwnd, int index, int value ) : int

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

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

Applies the icon from the entry assembly (the application) to the window.
public static ApplyIconFromApplication ( this window ) : void
window this The window.
Результат void

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

Removes the close button from the specified window.
public static RemoveCloseButton ( this window ) : void
window this The window.
Результат void