C# Class GuiComp.WindowPlacement

Afficher le fichier Open project: ufasoft/coin Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static GetPlacement ( IntPtr windowHandle ) : string
windowHandle System.IntPtr
Résultat string

GetPlacement() public static méthode

public static GetPlacement ( this window ) : string
window this
Résultat string

SetPlacement() public static méthode

public static SetPlacement ( IntPtr windowHandle, string placementXml ) : void
windowHandle System.IntPtr
placementXml string
Résultat void

SetPlacement() public static méthode

public static SetPlacement ( this window, string placementXml ) : void
window this
placementXml string
Résultat void