Table of Contents

Enum MacModifierSymbols.UsageKind

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

Specifies the usage of macOS-specific symbols in a cross-platform context.

public enum MacModifierSymbols.UsageKind

Fields

Always = 1

Always use macOS symbols regardless of the platform.

Never = 2

Never use macOS symbols.

PlatformSpecific = 0

Use macOS symbols only on macOS platform.

Remarks

This enumeration defines the behavior for including macOS-specific symbols in an application. It allows developers to control whether macOS symbols are used based on the platform or always excluded.