Table of Contents

Method GetFirstPlatformSpecificKey

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetFirstPlatformSpecificKey()

Retrieves the first platform-specific key, if available.

public virtual KeyInfo? GetFirstPlatformSpecificKey()

Returns

KeyInfo

The first platform-specific key as a KeyInfo object, or null if no platform-specific keys are found.

Remarks

This method returns the first key from the collection of platform-specific keys. If no platform-specific keys are available, it returns null.