C# 클래스 Orc.LicenseManager.WindowExtensions

Extensions for the window class.
파일 보기 프로젝트 열기: WildGums/Orc.LicenseManager

공개 메소드들

메소드 설명
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