Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How to open printer preferences on Mac?

Answer: You can use our OpenMacOSXPreferencesPaneMBS function like this:
Example
dim e as Integer = OpenMacOSXPreferencesPaneMBS("PrintAndFax")
if 0 = e then
MsgBox "OK"
elseif e = -43 then
MsgBox "File not found."
else
MsgBox "Error: "+str(e)
end if

The biggest plugin in space...