Thats correct, it's not you doing something wrong.
Because mySpecialForm is of type IMySpecialFormInterfaceClass, intellisense only has/shows the members of IMySpecialFormInterfaceClass in this context.
That is why I exemplary casted mySpecialForm to the type Form (variable myForm), to show...