C# 클래스 GuiComp.WindowPlacement

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

공개 메소드들

메소드 설명
GetPlacement ( IntPtr windowHandle ) : string
GetPlacement ( this window ) : string
SetPlacement ( IntPtr windowHandle, string placementXml ) : void
SetPlacement ( this window, string placementXml ) : void

메소드 상세

GetPlacement() 공개 정적인 메소드

public static GetPlacement ( IntPtr windowHandle ) : string
windowHandle System.IntPtr
리턴 string

GetPlacement() 공개 정적인 메소드

public static GetPlacement ( this window ) : string
window this
리턴 string

SetPlacement() 공개 정적인 메소드

public static SetPlacement ( IntPtr windowHandle, string placementXml ) : void
windowHandle System.IntPtr
placementXml string
리턴 void

SetPlacement() 공개 정적인 메소드

public static SetPlacement ( this window, string placementXml ) : void
window this
placementXml string
리턴 void