Click or drag to resize

PIAdjustWindowRectEx Method

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool AdjustWindowRectEx(
	ref PIRECT rect,
	int dwStyle,
	bool hasMenu,
	int dwExSytle
)

Parameters

rect
Type: Internal.ComponentFactory.Krypton.ToolkitPIRECT
dwStyle
Type: SystemInt32
hasMenu
Type: SystemBoolean
dwExSytle
Type: SystemInt32

Return Value

Type: Boolean
See Also