[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Used to register your BASS.NET API license and to optionally supress the splash screen. [Property] EMail=Sets your eMail address for which you obtained a license. ARG(string)|2| RegistrationKey=Sets the Registration-Key as obtained with the license. ARG(string)|2| @UseBrokenLatin1Behavior=Sets whether or not to use a broken behavior for Latin-1 strings. ARG(bool)|14|1|True,False @UseRiffInfoUTF8=Sets whether or not to use UTF-8 strings when reading RIFF INFO chunks. ARG(bool)|14|1|True,False [Methods] doRegistration=Registers your BASS.NET version and suppresses the freeware splash screen. ARG(string eMail, string registrationKey)|1|0 *doShowAbout=Shows a BASS.NET about dialog. ARG(Form owner)|1|0 *doShowSplash=Shows the splash screen, even if you have registered BASS.NET. ARG(Form owner, int wait, double opacity, int pos)|1|0 InternalName=Returns the internal name, which the productname and version. ARG(string)|3|2 *UseBrokenLatin1Behavior=Gets or Sets whether or not to use a broken behavior for Latin-1 strings. ARG(bool)|3|104 *UseRiffInfoUTF8=Gets or Sets whether or not to use UTF-8 strings when reading RIFF INFO chunks. ARG(bool)|3|104 EMail=Your eMail address for which you obtained a license. ARG(string)|4|2 *opacity=The opacity of the splash screen (1.0 = no opacity, 0.0 = fully transparent). ARG(double)|4|7 *owner=The owner of the modal about dialog (or  null). ARG(Form)|4|0 *pos=Defines where the splash screen should be shown: 0 = CenterScreen1 = WindowsDefaultLocation2 = CenterParent. ARG(int)|4|1 RegistrationKey=The Registration-Key as obtained with the license. ARG(string)|4|2 *wait=The number of milliseconds to show the splash screen (use -1 to show infinit until the uses closes the splash or pressed ESC). ARG(int)|4|1