Global
- IsFlashInstalled - Check if Flash Player is installed on the system from .NET via Global.IsFlashInstalled. Essential before creating AxCode or f_in_box__control. Learn more
- InstalledFlashVersion - Get the installed Flash Player version from the Global static class. Returns a Version object with major, minor, build, and revision numbers. Learn more
- IsTransparentModeAvailable - Check if the installed Flash Player supports transparent form mode via Global.IsTransparentModeAvailable. Gate advanced UX before activating forms. Learn more