SystemParameters.SelectionFade Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the selection fade effect is enabled.
public:
static property bool SelectionFade { bool get(); };
public static bool SelectionFade { [System.Security.SecurityCritical] get; }
public static bool SelectionFade { get; }
[<get: System.Security.SecurityCritical>]
static member SelectionFade : bool
static member SelectionFade : bool
Public Shared ReadOnly Property SelectionFade As Boolean
true
if the fade effect is enabled; otherwise, false
.
- Attributes
The selection fade effect causes the menu item selected by the user to remain on the screen briefly while fading out after a menu is dismissed.
Maps to SPI_GETSELECTIONFADE. See SystemParametersInfo.
<object property="{ SystemParameters.SelectionFade}
"/>
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: