MusicBeePlugin.Plugin.Configure C# (CSharp) Method

Configure() public method

public Configure ( IntPtr panelHandle ) : bool
panelHandle System.IntPtr
return bool
        public bool Configure(IntPtr panelHandle)
        {
            return true;
        }