internal ToolbarTypes()
        {
            iToolbarManagerType = getType ("Toolbar.IToolbarManager");
            functionVisibilityType = getType ("Toolbar.FunctionVisibility");
            functionDrawableType = getType ("Toolbar.FunctionDrawable");

            Type iButtonType = getType ("Toolbar.IButton");
            button = new ButtonTypes (iButtonType);
        }