Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

[Question] RenderForm click through #870

Open
@JHuenerberg

Description

@JHuenerberg

Is it possible to get a click through RenderForm as of it inherits from Form. It should be no problem.
But I cant get it to work.

private readonly IntPtr _handle = FindWindow(null, "Editor");
var initialStyle = GetWindowLong(_handle, -20);
SetWindowLong(_handle, -20, initialStyle | 0x80000 | 0x20);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions