OverlayWindowOptions Members
Represents a set of options that specify an Overlay FormConstructors
| Name | Description |
|---|---|
| OverlayWindowOptions() | Initializes a new instance of the OverlayWindowOptions class. |
| OverlayWindowOptions(Nullable<Boolean>, Nullable<Boolean>, Nullable<Color>, Nullable<Color>, Nullable<Double>, Image, IOverlayWindowPainter, String, Nullable<ImageRotationParams>, Nullable<Int32>, Nullable<Size>, Nullable<WaitAnimationType>, Nullable<LineAnimationParams>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) | Initializes a new instance of the OverlayWindowOptions class with specified settings. |
Properties
| Name | Description |
|---|---|
| AnimationType | Gets or sets whether the wait indicator is a rotating image or dots arranged in a line. |
| BackColor | Gets or sets the background color. |
| CustomPainter | Gets or sets an object used to paint a form. |
| Default static | Gets the default options. |
| DisableInput | Gets or sets whether the Overlay Form receives focus and disables user input on the overlapped control. |
| FadeIn | Gets or sets whether to use the fade-in effect to show the form. |
| FadeOut | Gets or sets whether to use the fade-out effect to close the form. |
| ForeColor | Gets or sets the foreground color. |
| Image | Gets or sets a custom rotating image. |
| ImageSize | Gets or sets the size of the predefined rotating image. |
| LineAnimationParameters | Gets or sets the number of dots, their size, and distance between them in a line wait indicator. |
| Opacity | Gets or sets the form opacity.’ |
| RotationParameters | Gets or sets the rotation period and the number of frames in a single rotation. |
| SkinName | Gets or sets the name of the skin applied to the form. |
| StartupDelay | Gets or sets the delay before the form is shown. |
| TrackOwnerBounds | |
| UseDirectX | Gets or sets whether DirectX is used to render an Overlay Form. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also