In This Article

NoActivateForm Class

Represents a base form that does not activate when displayed.

public abstract class NoActivateForm : DpiAwareForm, IDisposable, IDpiAwareElement
Inheritance:
object MarshalByRefObject Component Control ScrollableControl ContainerControl Form DpiAwareForm object
Implements:
IDisposable IDpiAwareElement

Constructors

NoActivateForm()

Initializes a new instance of the NoActivateForm class.

public NoActivateForm()

Methods

Dispose(bool)

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

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

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(bool)

Sets the control to the specified visible state.

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

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.

Inherited Members

Extension Methods