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 | 
 | 
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 | 
 | 
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
- DpiAwareForm.DpiScaleChanged(SizeF)
- DpiAwareForm.OnCreateControl()
- DpiAwareForm.OnLoad(EventArgs)
- DpiAwareForm.DpiScaleFactor
- DpiAwareForm.IsDpiAwareFormShowBehaviorEnabled
- DpiAwareForm.IsLoaded
- MarshalByRefObject.GetLifetimeService()
- MarshalByRefObject.InitializeLifetimeService()
- MarshalByRefObject.MemberwiseClone(bool)
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()
Extension Methods
- DpiAwareElementExtensions.AutoScaleFont(IDpiAwareElement, Font)
- DpiAwareElementExtensions.AutoScaleFontSize(IDpiAwareElement, float)
- DpiAwareElementExtensions.ScaleLogicalValue(IDpiAwareElement, Padding)
- DpiAwareElementExtensions.ScaleLogicalValue(IDpiAwareElement, Point)
- DpiAwareElementExtensions.ScaleLogicalValue(IDpiAwareElement, Rectangle)
- DpiAwareElementExtensions.ScaleLogicalValue(IDpiAwareElement, Size)
- DpiAwareElementExtensions.ScaleLogicalValue(IDpiAwareElement, SizeF)
- DpiAwareElementExtensions.ScaleLogicalValue(IDpiAwareElement, int)
- DpiAwareElementExtensions.ScaleLogicalValue(IDpiAwareElement, float)
- DpiAwareElementExtensions.ScaleLogicalValue(IDpiAwareElement, Padding)
- DpiAwareElementExtensions.SynchronizeScaleFactorWithChildren(IDpiAwareElement)
- ControlExtensions.FindAncestorOrSelf<T>(Control)
- ControlExtensions.FindAncestorOrSelf<T>(Control, Predicate<T>)
- ControlExtensions.FindAncestor<T>(Control)
- ControlExtensions.FindAncestor<T>(Control, Predicate<T>)