C# 클래스 _3PA.MainFeatures.Appli.AppliForm

상속: YamuiFramework.Forms.YamuiForm
파일 보기 프로젝트 열기: jcaillon/3P 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentForegroundWindow System.IntPtr

공개 메소드들

메소드 설명
AppliForm ( ) : System
Cloack ( ) : void

hides the form

DoShow ( ) : void

should be called after Show() or ShowDialog() for a sweet animation

ForceClose ( ) : void

Call this method instead of Close() to really close this form

GiveFocusBack ( ) : void

Gives focus back to the owner window

HandleKeyPressed ( Keys key, KeyModifiers keyModifiers ) : bool

Handling key board event sent from the global hook

UnCloack ( ) : void

show the form

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnActivated ( EventArgs e ) : void

When the form gets activated..

OnClosing ( CancelEventArgs e ) : void
OnDeactivate ( EventArgs e ) : void
SetVisibleCore ( bool value ) : void

This ensures the form is never visible at start

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

AppliForm() 공개 메소드

public AppliForm ( ) : System
리턴 System

Cloack() 공개 메소드

hides the form
public Cloack ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

DoShow() 공개 메소드

should be called after Show() or ShowDialog() for a sweet animation
public DoShow ( ) : void
리턴 void

ForceClose() 공개 메소드

Call this method instead of Close() to really close this form
public ForceClose ( ) : void
리턴 void

GiveFocusBack() 공개 메소드

Gives focus back to the owner window
public GiveFocusBack ( ) : void
리턴 void

HandleKeyPressed() 공개 메소드

Handling key board event sent from the global hook
public HandleKeyPressed ( Keys key, KeyModifiers keyModifiers ) : bool
key Keys
keyModifiers KeyModifiers
리턴 bool

OnActivated() 보호된 메소드

When the form gets activated..
protected OnActivated ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnDeactivate() 보호된 메소드

protected OnDeactivate ( EventArgs e ) : void
e System.EventArgs
리턴 void

SetVisibleCore() 보호된 메소드

This ensures the form is never visible at start
protected SetVisibleCore ( bool value ) : void
value bool
리턴 void

UnCloack() 공개 메소드

show the form
public UnCloack ( ) : void
리턴 void

프로퍼티 상세

CurrentForegroundWindow 공개적으로 프로퍼티

Should be set when you create the new form CurrentForegroundWindow = WinApi.GetForegroundWindow();
public IntPtr,System CurrentForegroundWindow
리턴 System.IntPtr