C# 클래스 View3d, code

파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
SwitchParentChildWindows ( bool bParentActive, object parent, object dlg ) : void

Switches between modal sub dialog and parent form, when sub dialog does not needs to be destroyed (e.g. selecting something from parent form)

getHandle ( object formOrWindow ) : IntPtr,

Extracts window handle in technology independent wise.

비공개 메소드들

메소드 설명
BringWindowToTop ( IntPtr, hWnd ) : bool
EnableWindow ( IntPtr, hWnd, bool bEnable ) : bool
IsWindowEnabled ( IntPtr, hWnd ) : bool
SetForegroundWindow ( IntPtr, hWnd ) : bool
ShowWindow ( IntPtr, hWnd, int nCmdShow ) : bool

메소드 상세

SwitchParentChildWindows() 정적인 공개 메소드

Switches between modal sub dialog and parent form, when sub dialog does not needs to be destroyed (e.g. selecting something from parent form)
static public SwitchParentChildWindows ( bool bParentActive, object parent, object dlg ) : void
bParentActive bool true to set parent form active, false - child dialog.
parent object parent form or window
dlg object sub dialog form or window
리턴 void

getHandle() 정적인 공개 메소드

Extracts window handle in technology independent wise.
static public getHandle ( object formOrWindow ) : IntPtr,
formOrWindow object form or window
리턴 IntPtr,