In This Article

NoActivateForm Class

Represents a base form that does not activate when displayed.

public abstract class NoActivateForm : Form
Inheritance:
Object Object

Constructors

NoActivateForm()

Initializes a new instance of the NoActivateForm class.

public NoActivateForm()

Methods

Dispose(Boolean)

Releases the unmanaged resources used by the object and optionally releases the managed resources.

protected override void Dispose(bool disposing)
Parameter Type Description
disposing Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Remarks

This method is called by the public Dispose method and the Finalize method. Dispose invokes this method with the disposing parameter set to true. Finalize invokes this method with disposing set to false.

SetVisibleCore(Boolean)

Sets the control to the specified visible state.

protected override void SetVisibleCore(bool visible)
Parameter Type Description
visible Boolean

true to make the control visible; otherwise, false.

WndProc(ref Message)

Processes Windows messages.

protected override void WndProc(ref Message m)
Parameter Type Description
m Message

The Windows Message to process.