public bool CanDisplay(Type type) { return(CurrentEditor == null ? false : CurrentEditor.CanDisplay(type)); }