Show / Hide Table of Contents

Struct WProp

Sets, gets, removes and lists window properties using API SetProp and co.

public struct WProp

Namespace: Au.Types
Assembly: Au.dll

Properties

Name Description
this[string]

Gets a window property. Calls API GetProp and returns its return value.

this[ushort]

Gets a window property. Calls API GetProp and returns its return value.

Methods

Name Description
GetList()

Gets list of window properties. Uses API EnumPropsEx.

Remove(string)

Removes a window property. Calls API RemoveProp and returns its return value.

Remove(ushort)

Removes a window property. Calls API RemoveProp and returns its return value.

Set(string, nint)

Sets a window property. Calls API SetProp and returns its return value.

Set(ushort, nint)

Sets a window property. Calls API SetProp and returns its return value.

ToString()

Calls WProp.GetList and converts to string.