C# Class GuiComp.WindowPlacement

Exibir arquivo Open project: ufasoft/coin Class Usage Examples

Public Methods

Method Description
GetPlacement ( IntPtr windowHandle ) : string
GetPlacement ( this window ) : string
SetPlacement ( IntPtr windowHandle, string placementXml ) : void
SetPlacement ( this window, string placementXml ) : void

Method Details

GetPlacement() public static method

public static GetPlacement ( IntPtr windowHandle ) : string
windowHandle System.IntPtr
return string

GetPlacement() public static method

public static GetPlacement ( this window ) : string
window this
return string

SetPlacement() public static method

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

SetPlacement() public static method

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