Table of Contents

Class ToolTipForm

Namespace
Lime
Assembly
Lime.dll
public class ToolTipForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance
ToolTipForm
Implements
Inherited Members

Constructors

ToolTipForm()

public ToolTipForm()

Properties

CreateParams

Gets the required creation parameters when the control handle is created.

protected override CreateParams CreateParams { get; }

Property Value

CreateParams

A CreateParams that contains the required creation parameters when the handle to the control is created.

ShowWithoutActivation

Gets a value indicating whether the window will be activated when it is shown.

protected override bool ShowWithoutActivation { get; }

Property Value

bool

true if the window will not be activated when it is shown; otherwise, false. The default is false.