C# Class ACAT.Lib.Core.Utility.User32Interop.WINDOWPLACEMENT

ファイルを表示 Open project: brlima94/acat-localization Class Usage Examples

Public Properties

Property Type Description
flags int
length int
ptMaxPosition System.Drawing.Point
ptMinPosition System.Drawing.Point
rcNormalPosition System.Drawing.Rectangle
showCmd int

Property Details

flags public_oe property

public int flags
return int

length public_oe property

public int length
return int

ptMaxPosition public_oe property

public System.Drawing.Point ptMaxPosition
return System.Drawing.Point

ptMinPosition public_oe property

public System.Drawing.Point ptMinPosition
return System.Drawing.Point

rcNormalPosition public_oe property

public System.Drawing.Rectangle rcNormalPosition
return System.Drawing.Rectangle

showCmd public_oe property

public int showCmd
return int