Struct WINDOWPOS
名前空間: OTZControls.WindowsApi
アセンブリ: OTZControls.dll
Syntax
public struct WINDOWPOS
フィールド
flags
宣言
public int flags
Field Value
型 | 説明 |
---|---|
System.Int32 |
height
宣言
public int height
Field Value
型 | 説明 |
---|---|
System.Int32 |
hWnd
宣言
public IntPtr hWnd
Field Value
型 | 説明 |
---|---|
IntPtr |
hwndInsertAfter
宣言
public IntPtr hwndInsertAfter
Field Value
型 | 説明 |
---|---|
IntPtr |
width
宣言
public int width
Field Value
型 | 説明 |
---|---|
System.Int32 |
x
宣言
public int x
Field Value
型 | 説明 |
---|---|
System.Int32 |
y
宣言
public int y
Field Value
型 | 説明 |
---|---|
System.Int32 |
メソッド
IsEmpty()
宣言
public bool IsEmpty()
戻り値
型 | 説明 |
---|---|
System.Boolean |
ToString()
宣言
public override string ToString()
戻り値
型 | 説明 |
---|---|
System.String |
オーバーライド
System.ValueType.ToString()