AutoHideStyle Enumeration

Auto hide style enum.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public enum AutoHideStyle

Members

Never0 Never.
Always1 Always.
DeactivatedWindow2 Only when the window is disabled.
DeactivatedApplication3 Only when the application is disabled

See Also