Table of Contents

Class WindowsForm

Namespace
TaleWorlds.TwoDimension.Standalone
Assembly
TaleWorlds.TwoDimension.Standalone.dll
public class WindowsForm
Inheritance
WindowsForm
Inherited Members

Constructors

WindowsForm(int, int, int, int, ResourceDepot, bool, bool, string)

public WindowsForm(int x, int y, int width, int height, ResourceDepot resourceDepot, bool borderlessWindow = false, bool enableWindowBlur = false, string name = null)

Parameters

x int
y int
width int
height int
resourceDepot ResourceDepot
borderlessWindow bool
enableWindowBlur bool
name string

WindowsForm(int, int, int, int, ResourceDepot, IntPtr, bool, bool, string)

public WindowsForm(int x, int y, int width, int height, ResourceDepot resourceDepot, IntPtr parent, bool borderlessWindow = false, bool enableWindowBlur = false, string name = null)

Parameters

x int
y int
width int
height int
resourceDepot ResourceDepot
parent IntPtr
borderlessWindow bool
enableWindowBlur bool
name string

WindowsForm(int, int, ResourceDepot)

public WindowsForm(int width, int height, ResourceDepot resourceDepot)

Parameters

width int
height int
resourceDepot ResourceDepot

Properties

Handle

public IntPtr Handle { get; set; }

Property Value

IntPtr

Height

public int Height { get; set; }

Property Value

int

Text

public string Text { get; set; }

Property Value

string

Width

public int Width { get; set; }

Property Value

int

Methods

AddMessageHandler(WindowsFormMessageHandler)

public void AddMessageHandler(WindowsFormMessageHandler messageHandler)

Parameters

messageHandler WindowsFormMessageHandler

Destroy()

public void Destroy()

Hide()

public void Hide()

SetParent(IntPtr)

public void SetParent(IntPtr parentHandle)

Parameters

parentHandle IntPtr

Show()

public void Show()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).